mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-24 13:35:24 +00:00
Fix ISLE
This commit is contained in:
parent
8b1ca4bf1e
commit
efd1ff58e3
@ -710,9 +710,9 @@ def compiler(defptr)#0
|
||||
break
|
||||
is $4A
|
||||
//puts("ISLE")
|
||||
if A_IS_TOSL & TOSL_DIRTY
|
||||
^codeptr = $95; codeptr++ // STA zp,X
|
||||
^codeptr = $D0+VX; codeptr++ // ESTKL
|
||||
if not A_IS_TOSL
|
||||
^codeptr = $B5; codeptr++ // LDA zp,X
|
||||
^codeptr = $D0+VX; codeptr++ // ESTKL
|
||||
fin
|
||||
^codeptr = $D5; codeptr++ // CMP zp,X
|
||||
^codeptr = $D0+1+VX; codeptr++ // ESTKL+1
|
||||
|
@ -435,9 +435,6 @@ def idmatch(nameptr, len, idptr, idcnt)
|
||||
//for i = 1 to len
|
||||
// if nameptr->[i - 1] <> idptr->idname.[i]; break; fin
|
||||
//next
|
||||
puts(@idptr->idname);putln
|
||||
puti(i); putln
|
||||
puti(len); putln
|
||||
if i > len; return idptr; fin
|
||||
fin
|
||||
idptr = idptr + idptr->idname + t_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user