mirror of
https://github.com/irmen/prog8.git
synced 2024-12-27 20:33:39 +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) |
||
---|---|---|
.. | ||
_static | ||
building.rst | ||
conf.py | ||
docutils.conf | ||
index.rst | ||
libraries.rst | ||
programming.rst | ||
syntaxreference.rst | ||
targetsystem.rst | ||
technical.rst | ||
todo.rst |