1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-21 08:29:13 +00:00

Fix DI&MOD stomping on 65802 ESTK pointer

This commit is contained in:
David Schmenk 2018-01-14 18:47:52 -08:00
parent 760a20f70a
commit c3feb152ba
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
;**********************************************************
!CPU 65816
SELFMODIFY = 0
DEBUG = 1
DEBUG = 0
;*
;* THE DEFAULT CPU MODE FOR EXECUTING OPCODES IS:
;* 16 BIT A/M

View File

@ -18,7 +18,6 @@ ESTKL = ESTK
ESTKH = ESTK+ESTKSZ/2
VMZP = ESTK+ESTKSZ
ESP = VMZP
DVSIGN = VMZP
IFP = ESP+1
IFPL = IFP
IFPH = IFP+1
@ -26,7 +25,8 @@ PP = IFP+2
PPL = PP
PPH = PP+1
IPY = PP+2
TMP = IPY+1
DVSIGN = IPY+1
TMP = DVSIGN+1
TMPL = TMP
TMPH = TMP+1
NPARMS = TMPL