mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-08 22:30:48 +00:00
Fix stack restore for throw, add scripts to ID machine
This commit is contained in:
parent
da404a8dfa
commit
4364319176
@ -60,10 +60,11 @@ export asm throw(env, retval)
|
||||
DEC DST+1
|
||||
LDX TMPL
|
||||
TXS
|
||||
LDY TMPL
|
||||
LDY #$FE
|
||||
- LDA (DST),Y
|
||||
STA $0100,Y
|
||||
INY
|
||||
DEY
|
||||
CPY TMPL
|
||||
BNE -
|
||||
LDX ESP
|
||||
LDA SRC
|
||||
|
Loading…
Reference in New Issue
Block a user