prog8/docs/source
Irmen de Jong 7ee777f405 vm/ir: for loop is now correctly skipped if loopvar>endvar
this is different still in the 6502 codegen, where it wraps around $00!
2022-12-27 18:12:41 +01:00
..
_static
building.rst removed unused option 'keepIR' 2022-12-09 18:44:44 +01:00
conf.py
docutils.conf
index.rst clarify 2022-12-08 22:21:45 +01:00
libraries.rst API change: diskio.list_files doesn't have an internal buffer anymore, you now have to supply a buffer + size yourself. Renamed to list_filenames 2022-11-20 23:27:22 +01:00
portingguide.rst
prog8compiler.odg
prog8compiler.svg
programming.rst clarify 2022-12-08 22:21:45 +01:00
syntaxreference.rst it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
targetsystem.rst
technical.rst it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
todo.rst vm/ir: for loop is now correctly skipped if loopvar>endvar 2022-12-27 18:12:41 +01:00