eaxhla/test/sigint.eax
2024-07-27 00:40:30 +02:00

6 lines
62 B
Plaintext

program sigint
begin
my_loop:
jmp my_loop
end program