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

@@ -10,9 +10,9 @@ before:
jsr pusha
ldy #$01
ldx #$00
lda (spc),y
lda (c_sp),y
beq L0005
lda (spc,x)
lda (c_sp,x)
beq L0005
txa
jmp incsp2 ; <--
@@ -24,9 +24,9 @@ after:
jsr pusha
ldy #$01
ldx #$00
lda (spc),y
lda (c_sp),y
beq L0004
lda (spc,x)
lda (c_sp,x)
beq L0004
txa
jmp L0001 ; <--

View File

@@ -62,7 +62,7 @@ int s85(struct defs *pd0){
struct tnode *right;
};
struct tnode s1, s2, *spc;
struct tnode s1, s2, *c_sp;
struct{
char cdummy;