fix(reset): using clra instead of lda #0
This commit is contained in:
@@ -23,7 +23,7 @@ RESET
|
|||||||
|
|
||||||
CLRSTACK
|
CLRSTACK
|
||||||
; Initialize the system stack
|
; 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
|
ldx #$0000
|
||||||
NEXT@
|
NEXT@
|
||||||
sta STACK_BOTTOM,x ; Write a zero and progress to the next byte
|
sta STACK_BOTTOM,x ; Write a zero and progress to the next byte
|
||||||
|
Reference in New Issue
Block a user