diff --git a/src/reset.s b/src/reset.s index 6654fdf..ab5da80 100644 --- a/src/reset.s +++ b/src/reset.s @@ -23,7 +23,7 @@ RESET CLRSTACK ; Initialize the system stack - lda #$00 ; Initialize A & X to zero out the stack + clra ; Init A & X to zero out the stack ldx #$0000 NEXT@ sta STACK_BOTTOM,x ; Write a zero and progress to the next byte