summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-07-23 18:45:20 -0700
committerAstrid Smith2010-07-23 18:45:20 -0700
commit5d890a8afccc936f39608d1031dba8dfa9685258 (patch)
tree83e142a3eb0e089d892226cff27d84a878c1c495
parentac909c5c6d61091f28bbae2a640e1b5cf7377d25 (diff)
parentf8733c7859a8c2f00c1f95930d8728444b4ab651 (diff)
Merge branch 'master' of git@github.com:chronomex/680
-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