diff options
| -rw-r--r-- | TODO | 2 | ||||
| -rw-r--r-- | opcodes.asm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -5,3 +5,5 @@ * Alternately, adapt the testbench program from YAZE to the TI-83+. * Makefile + +* Extended instructions diff --git a/opcodes.asm b/opcodes.asm index ace74a9..fe5547c 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -97,7 +97,7 @@ FETCHWI MACRO ; 28 cycles, 6 bytes ;; == Common Opcode Macros ========================================= - ;; To align subroutines. + ;; To align opcode routines. _align SET 0 START MACRO |
