diff options
| author | Astrid Smith | 2010-07-23 18:45:20 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-07-23 18:45:20 -0700 |
| commit | 5d890a8afccc936f39608d1031dba8dfa9685258 (patch) | |
| tree | 83e142a3eb0e089d892226cff27d84a878c1c495 | |
| parent | ac909c5c6d61091f28bbae2a640e1b5cf7377d25 (diff) | |
| parent | f8733c7859a8c2f00c1f95930d8728444b4ab651 (diff) | |
Merge branch 'master' of git@github.com:chronomex/680
| -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 |
