Cat Machine
Playground
Stored and executed in this browser
Save
Revert
Stop
Run
main.cat
Cat Assembly
#const INT_PRINT, 0x80 #const HARDWARE_MANAGER, 0 #const SHUTDOWN, 3 start: mov r1, message int INT_PRINT out HARDWARE_MANAGER, SHUTDOWN message: dstr "Hello from Cat Machine!\n\0"
Output
Ready
Run the program to see its output.