Opcodes
Low-level operations
Roughly akin to individual Perl expressions
Always of the form:
opname dest_register, arg1, arg2
So incrementing could be:
add I0, 1 inc I0