summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--opcodes.asm2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 82f55cb..73e4973 100644
--- a/TODO
+++ b/TODO
@@ -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