Next: Conversion operators, Previous: Jump operators, Up: MIX instruction set
As explained in previous sections (see MIX architecture), the MIX computer can interact with a series of block devices. To that end, you have at your disposal the following instructions:
IN
OUT
IOC
JRED
JBUS
[1] In Knuth's original definition, there are other control operations available, but they do not make sense when implementing the block devices as disk files (as we do in mdk simulator). For the same reason, mdk devices are always ready, since all input-output operations are performed using synchronous system calls.