From 9435e0e420f0db3f37f6192cc38bb0ba26324a19 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Fri, 7 Jul 2017 07:08:13 -0700 Subject: [PATCH] Add note about ZP usage --- print_uint16_with_zp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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