Add note about ZP usage

This commit is contained in:
Michaelangel007 2017-07-07 07:08:13 -07:00
parent ec9b39d47f
commit 9435e0e420
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SCRN2 = $F879
; Zero-Page Version - 4 locations used
_temp = $fc
_bcd = $fd ; NOTE: MUST be at $FD for ZP,X addressing in _DoubleDabble
_bcd = $fd ; NOTE: Optimized for ZP,X addressing in _DoubleDabble
ORG $900 ; Intentionally different from sans-zero-page version for testing both