eaxhla/test/machine.eax
2024-07-17 22:50:41 +02:00

13 lines
295 B
Plaintext

program mymachine
begin
machine
# 0xB8 0x3C 0x00 0x00
# 0x00 0xBF 0x45 0x00
# 0x00 0x00 0x0F 0x05
#"\xB8\x3C\x00\x00\x00\xBF\x45\x00\x00\x00\x0F\x05"
"\xB8\x3C\x00\x00"
"\x00\xBF\x45\x00"
"\x00\x00\x0F\x05"
end machine
end program