dumpster fire
This commit is contained in:
documentation
source
test
tool/generators
11
test/label.eax
Normal file
11
test/label.eax
Normal file
@ -0,0 +1,11 @@
|
||||
program main
|
||||
u8 <> msg = "heyo\n"
|
||||
begin
|
||||
redo:
|
||||
mov eax 1
|
||||
mov edi 1
|
||||
mov esi msg
|
||||
mov edx 5
|
||||
syscall
|
||||
jmp redo
|
||||
end program
|
Reference in New Issue
Block a user