prog8/docs/source
2021-11-06 23:25:32 +01:00
..
_static added missing doc picture 2020-10-10 02:51:02 +02:00
building.rst add command line option 'optfloatx' to explicitly re-enable float expr optimization as this can increase code size significantly. 2021-11-03 22:52:08 +01:00
conf.py Clarified instructions of how to obtain the compiler. Fixed sphinx css config issue. 2021-06-03 21:21:44 +02:00
docutils.conf
index.rst add support for second alternative emulator (box16 in case of cx16 target) 2021-07-05 22:47:51 +02:00
libraries.rst
programming.rst removed unreliable inlining of non-asmsub subroutines. Fixes #60 2021-10-08 23:09:38 +02:00
syntaxreference.rst doc 2021-11-02 20:24:45 +01:00
targetsystem.rst
technical.rst
todo.rst "not x" as a condition (if, while, until) is optimized into "x==0", this avoids calculating the value 2021-11-06 23:25:32 +01:00