diff options
Diffstat (limited to 'test/popcnt.s')
-rw-r--r-- | test/popcnt.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/popcnt.s b/test/popcnt.s index 7682653..cdb71c5 100644 --- a/test/popcnt.s +++ b/test/popcnt.s @@ -22,7 +22,7 @@ popcnt: reset: cps ; Boilerplate reset code. - ldx.w #$FFFF ; + ldx.d #$2FFFF ; txs ; and #0 ; Reset A. tab ; Reset B. |