Fixed a bug where loc lol stf was getting the constant pushed onto the stack *after* stf had popped it off.
This commit is contained in:
parent
24ea8aee3d
commit
440d6faadd
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ gen dad lb
|
||||||
mov {m},e
|
mov {m},e
|
||||||
|
|
||||||
pat stf
|
pat stf
|
||||||
with hl_or_de
|
with hl_or_de STACK
|
||||||
uses hl_or_de={const2,$1}
|
uses hl_or_de={const2,$1}
|
||||||
gen dad de
|
gen dad de
|
||||||
pop de
|
pop de
|
||||||
|
|
Loading…
Add table
Reference in a new issue