diff options
| author | Duncan Smith | 2010-07-23 18:45:20 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-07-23 18:45:20 -0700 |
| commit | abcaa2deb4fcd24f762dfcaecc04b5558d24f81f (patch) | |
| tree | 7775f36f1a528a1765905076d4537aabe349c262 /opcodes.asm | |
| parent | e53c388b519946b66b218cc41effd7f3e5fd468d (diff) | |
| parent | 1cee01da5826520e6aa59997a8fcba9f3a3af52a (diff) | |
Merge branch 'master' of git@github.com:chronomex/680
Diffstat (limited to 'opcodes.asm')
| -rw-r--r-- | opcodes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
