Added HEYO example...
This commit is contained in:
parent
385147e6a6
commit
e62dacd599
10
tool/xia32e_test.asm
Normal file
10
tool/xia32e_test.asm
Normal file
@ -0,0 +1,10 @@
|
||||
nop mov eax 1
|
||||
nop mov edi 1
|
||||
nop mov esi heyo
|
||||
nop mov edx 5
|
||||
nop syscall
|
||||
nop mov eax 60
|
||||
nop mov edi 60
|
||||
nop syscall
|
||||
nop . heyo db 72 db 69 db 89 db 79 db 10
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user