@@ 1,4 1,4 @@
-Maddie's test ISA Version 1.0.3
+Maddie's test ISA Version 1.0.4
Table of contents:
@@ 16,9 16,9 @@ Features: All instructions can have conditional execution attached.
Hardware and software interrupts are toggleable. Serial port I/O intended for
interfacing with STDIN/STDOUT on simulated versions. Load/Store architecture.
-Registers: 32 registers, with registers #28-31 (zero indexed) reserved for the
+Registers: 32 registers, with registers #29-31 (zero indexed) reserved for the
following special purposes, in order: disk index, stack pointer, program
-counter, and interrupt register. The program counter is freely readable, but
+counter. The program counter is freely readable, but
only modifiable through instructions in the control flow category. There is
also a 2 bit flags register for storing the condition flags.