eaxhla/test/easier_if.eax
2024-07-29 02:33:51 +02:00

13 lines
197 B
Plaintext

program easier_if
u8 <> heyo = "heyo\n"
begin
if eax = eax then
mov eax 1
mov edi 1
mov esi heyo
mov edx 5
syscall
end if
exit 0
end program