eaxhla/test/end_jmp.eax
2024-07-28 21:50:42 +02:00

6 lines
63 B
Plaintext

program end_jmp
begin
jmp my_label
my_label:
end program