From 22e90676d09902d65b83df58b16da3a556f9556c Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sun, 18 Jul 2010 13:17:40 -0700 Subject: TODO update --- TODO | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3 From f8733c7859a8c2f00c1f95930d8728444b4ab651 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Fri, 23 Jul 2010 02:15:16 -0700 Subject: Tiny change --- opcodes.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes.asm b/opcodes.asm index a749c98..6fd02e3 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 -- cgit v1.2.3