Revert "fix(reset): only check CC.Z when looping over stack init"

This reverts commit 97ff749e8b.
This commit is contained in:
2025-09-14 11:46:26 -05:00
parent dc3ab70258
commit b8e5604d57

View File

@@ -28,7 +28,7 @@ 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
leax 1,x leax 1,x
cmpx #STACK_DEPTH ; See if we're at the top of the stack yet cmpx #STACK_DEPTH ; See if we're at the top of the stack yet
bne NEXT@ ; Loop if we aren't at the end yet blo NEXT@ ; Loop if we aren't at the end yet
lds #STACK_TOP ; Set S to top of newly cleared stack lds #STACK_TOP ; Set S to top of newly cleared stack
BOOTSCR BOOTSCR