diff options
Diffstat (limited to 'test/rotate.s')
-rw-r--r-- | test/rotate.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rotate.s b/test/rotate.s index 6115e94..90f16ba 100644 --- a/test/rotate.s +++ b/test/rotate.s @@ -9,7 +9,7 @@ tmp: .org $8000 reset: cps ; - ldx.w #$FFFF ; + ldx.d #$2FFFF ; txs ; and #0 ; tax ; |