Skip to main content

Module io

Module io 

Source
Expand description

§I/O

I/O, debugging, function call and return instructions

Functions§

callextended
Call a function
dbgextended
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
printextended
Print bytes from memory to stdout
readextended
Read n bytes into memory
retextended
Return to address in Ar
rinextended
Raw input Take integer input and store