mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
fixed invalid eval stack ptr issue
This commit is contained in:
parent
e828c013e6
commit
d45fe4ce74
@ -1084,6 +1084,8 @@ internal class ExpressionsAsmGen(private val program: Program, private val asmge
|
||||
asmgen.out(" jsr prog8_lib.read_byte_from_address_on_stack")
|
||||
if(pushResultOnEstack)
|
||||
asmgen.out(" sta P8ESTACK_LO+1,x")
|
||||
else
|
||||
asmgen.out(" php | inx | plp")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user