prog8/docs/source
Irmen de Jong 928611eb20 Got rid of problematic attempts to save status register after function calls. If you really need it (for instance for if_XX instructions) it's probably better to use a short asmsub wrapper.
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)
2020-12-22 03:35:00 +01:00
..
_static added missing doc picture 2020-10-10 02:51:02 +02:00
building.rst Fixed compiler watch to work with multiple compilation modules 2020-11-22 13:11:33 +01:00
conf.py fix compiler crash, rasterbars alignment, docs. 2019-01-25 01:35:46 +01:00
docutils.conf new docs 2018-08-06 03:35:43 +02:00
index.rst documented the subroutine calling convention 2020-12-19 03:18:40 +01:00
libraries.rst doc 2020-12-21 18:28:10 +01:00
programming.rst Got rid of problematic attempts to save status register after function calls. If you really need it (for instance for if_XX instructions) it's probably better to use a short asmsub wrapper. 2020-12-22 03:35:00 +01:00
syntaxreference.rst Got rid of problematic attempts to save status register after function calls. If you really need it (for instance for if_XX instructions) it's probably better to use a short asmsub wrapper. 2020-12-22 03:35:00 +01:00
targetsystem.rst doc about array index restriction 2020-10-17 20:35:36 +02:00
technical.rst addition 2020-12-19 03:36:52 +01:00
todo.rst fix examples for cx16 register syntax 2020-12-21 23:45:26 +01:00