* Make jumps, logic, and syscalls read from/write to memory columns * Change CTL convention (outputs precede inputs) * Change convention so outputs follow inputs in memory channel order
* Permission levels, jumps, traps * Tests passing * PR comments + documentation * Docs + minor bugfixes * Tests * Use already-defined `stop` and `exception` (but renamed to `sys_stop`, `fault_exception`) * Daniel comments