eaxhla/test/heyo_world.eax
2024-07-08 19:34:19 +02:00

16 lines
133 B
Plaintext

program heyo_world
begin
mov eax 1
mov edi 1
mov esi 4198610
mov edx 12
syscall
mov eax 60
mov edi 0
syscall
end program