prog8/docs/source
Irmen de Jong 890327b381 the returnvalue of the diskio.load() function family now is just the last load address+1 (like kernal's LOAD routine).
This fixes the inconsistent attempt to calculate a size, just let the caller do this if required.
Added a small helper function in cx16diskio to do this for loads that span multiple banks.
2021-12-14 23:54:42 +01:00
..
_static added missing doc picture 2020-10-10 02:51:02 +02:00
building.rst documented the compiler's command line options in more detail 2021-11-21 13:53:22 +01:00
conf.py attempt to fix ReadTheDocs build issue 2021-11-07 00:37:31 +01:00
docutils.conf new docs 2018-08-06 03:35:43 +02:00
index.rst doc 2021-11-30 00:54:03 +01:00
libraries.rst added sys.waitrastborder() for c64 2021-04-01 18:53:16 +02:00
programming.rst fix compiler crash when trying to concatenate string var and string literal. 2021-12-14 23:07:46 +01:00
syntaxreference.rst fix: allow scoped variables such as cx16.rX as loop variable in forloops 2021-12-10 14:59:04 +01:00
targetsystem.rst doc fixes 2021-11-27 19:58:08 +01:00
technical.rst rsave/rrestore moved from sys to builtin function to solve the stack related problem when calling it as a regular subroutine 2021-11-29 23:13:04 +01:00
todo.rst the returnvalue of the diskio.load() function family now is just the last load address+1 (like kernal's LOAD routine). 2021-12-14 23:54:42 +01:00