prog8/docs/source
Irmen de Jong 9438e996d7 Fixed math.mul16_last_upper().
Added math.lerpw() a LERP routine for words (to complement the existing math.lerp() for bytes)
Described the LERP routines in the library chapter in the docs.
2024-11-12 18:31:24 +01:00
..
_static c128 banks out basic, added banks() and getbanks() 2024-11-09 15:44:08 +01:00
comparing.rst add unit test for @dirty variables 2024-11-09 13:31:54 +01:00
compiling.rst move shared cbm diskio to its own file (c64/c128) so that pet/atari/neo targets give better error message when trying to import non existing diskio module there 2024-11-10 16:38:49 +01:00
conf.py
docutils.conf
index.rst on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM 2024-11-04 22:11:44 +01:00
libraries.rst Fixed math.mul16_last_upper(). 2024-11-12 18:31:24 +01:00
memorymap.odg on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM 2024-11-04 22:11:44 +01:00
memorymap.svg on the C64, if not using floats, disable basic ROM in startup to gain another 8Kb of RAM 2024-11-04 22:11:44 +01:00
portingguide.rst
prog8compiler.odg
prog8compiler.svg
programming.rst now also support using defer inside if statements 2024-11-12 00:11:19 +01:00
sinegraph.odg explain integer math sin/cos routines even better 2024-05-29 23:12:00 +02:00
sinegraph.svg explain integer math sin/cos routines even better 2024-05-29 23:12:00 +02:00
software.rst
syntaxreference.rst make %memtop exclusive i.e. the first address NOT to use (like kernal MEMTOP) 2024-11-10 23:35:25 +01:00
targetsystem.rst neo skeletons added in docs 2024-11-08 19:19:11 +01:00
technical.rst c128 banks out basic, added banks() and getbanks() 2024-11-09 15:44:08 +01:00
todo.rst renamed gfx_hires4 module to just gfx_hires 2024-11-12 17:48:35 +01:00