This commit is contained in:
mrdudz
2025-06-23 17:09:06 +02:00
parent 4863a3e29b
commit 5fc15a7a60
204 changed files with 915 additions and 912 deletions

View File

@@ -10,9 +10,9 @@ before:
jsr pusha
ldy #$01
ldx #$00
lda (sp),y
lda (c_sp),y
beq L0005
lda (sp,x)
lda (c_sp,x)
beq L0005
txa
jmp incsp2 ; <--
@@ -24,9 +24,9 @@ after:
jsr pusha
ldy #$01
ldx #$00
lda (sp),y
lda (c_sp),y
beq L0004
lda (sp,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, *sp;
struct tnode s1, s2, *c_sp;
struct{
char cdummy;