1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-19 09:23:06 +00:00
This commit is contained in:
David Schmenk
2018-03-23 17:13:42 -07:00
parent 8b1ca4bf1e
commit efd1ff58e3
2 changed files with 3 additions and 6 deletions
+3 -3
View File
@@ -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