eaxhla/test/india.eax

16 lines
195 B
Plaintext

unix program hello
s8 <> message = "Hello, world!\n"
begin
mov ebx 0
mov edi 1
mov esi message
mov edx 14
india:
mov eax 1
syscall
inc ebx
cmp ebx 3
jne india
exit 0
end program