changed "spc" to "c_sp"

This commit is contained in:
Gorilla Sapiens
2025-06-04 06:37:59 +00:00
parent 3d118dc6e5
commit b6f42f9ab2
204 changed files with 913 additions and 909 deletions

View File

@@ -8,7 +8,7 @@
.export ___setjmp
.import return0
.importzp spc, ptr1
.importzp c_sp, ptr1
___setjmp:
sta ptr1 ; Save buf
@@ -17,10 +17,10 @@ ___setjmp:
; The parameter stack is now empty, put it into buf
lda spc
lda c_sp
sta (ptr1),y
iny
lda spc+1
lda c_sp+1
sta (ptr1),y
iny