mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
928611eb20
For function calls, register saves go via stack (to allow nested saves) for simpler cases, registers are saved in a local variable. Fixed too agressive removal of sta-lda sequence if the lda is followed by a branching instruction. Insert missing cmp #0 after functioncall if the value of the A register is needed in a comparison expression (could otherwise test wrong status flag) |
||
---|---|---|
.. | ||
c64colors.p8 | ||
floats.p8 | ||
graphics.p8 | ||
syslib.p8 | ||
textio.p8 |