fix(reset): using clra instead of lda #0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user