diff --git a/print_uint16_with_zp.s b/print_uint16_with_zp.s index 02b1502..27e2ca1 100644 --- a/print_uint16_with_zp.s +++ b/print_uint16_with_zp.s @@ -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