mirror of
https://github.com/Michaelangel007/apple2_print_uint16.git
synced 2024-12-28 13:30:55 +00:00
Add note about ZP usage
This commit is contained in:
parent
ec9b39d47f
commit
9435e0e420
@ -10,7 +10,7 @@ SCRN2 = $F879
|
|||||||
|
|
||||||
; Zero-Page Version - 4 locations used
|
; Zero-Page Version - 4 locations used
|
||||||
_temp = $fc
|
_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
|
ORG $900 ; Intentionally different from sans-zero-page version for testing both
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user