Expand description
§I/O
I/O, debugging, function call and return instructions
Functions§
- call
extended - Call a function
- dbg
extended - Print debug representation
- end
- End a program Note that this is NOT A NO-OP. It will have effects on execution flow in code that uses functions
- inp
- Input
- nop
- No-op
- out
- Output
- print
extended - Print bytes from memory to stdout
- read
extended - Read n bytes into memory
- ret
extended - Return to address in
Ar - rin
extended - Raw input Take integer input and store