mirror of
https://github.com/irmen/prog8.git
synced 2024-12-27 05:29:38 +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) |
||
---|---|---|
.. | ||
floats_funcs.asm | ||
floats.asm | ||
floats.p8 | ||
graphics.p8 | ||
syslib.p8 | ||
textio.p8 |