prog8/docs/source
Irmen de Jong 08ac459a41 breaking change: sys.set_irq() and sys.set_rasterirq() no longer have useKernal parameter! The irq handler routine must return a boolean instead in the A register.
When it returns true it means run the system IRQ handler afterwards. When it returns false, the system handler is NOT ran afterwards.
2023-11-21 23:22:53 +01:00
..
_static add IDEA antlr parser build info to documentation 2022-08-21 13:32:31 +02:00
compiling.rst Added cx16.edkeyvec and cx16.set_chrin_keyhandler(). mention the Github actions builds. 2023-11-09 01:03:31 +01:00
conf.py fix doc version 2023-07-02 21:01:11 +02:00
docutils.conf new docs 2018-08-06 03:35:43 +02:00
index.rst Added cx16.edkeyvec and cx16.set_chrin_keyhandler(). mention the Github actions builds. 2023-11-09 01:03:31 +01:00
libraries.rst added sys.save_prog8_internals() and restore_prog8_internals() 2023-11-21 22:00:43 +01:00
memorymap.odg update to Kotlin 1.8.20, docs update 2023-04-03 23:04:00 +02:00
memorymap.svg update to Kotlin 1.8.20, docs update 2023-04-03 23:04:00 +02:00
portingguide.rst docs 2023-08-01 22:49:55 +02:00
prog8compiler.odg new diagrams 2023-04-03 00:32:12 +02:00
prog8compiler.svg new diagrams 2023-04-03 00:32:12 +02:00
programming.rst added sys.save_prog8_internals() and restore_prog8_internals() 2023-11-21 22:00:43 +01:00
software.rst update to Antlr 4.13.1 2023-09-14 21:11:55 +02:00
syntaxreference.rst improve the way %option merge works, you can now merge your own code with library code for instance. 2023-11-14 23:04:13 +01:00
targetsystem.rst breaking change: sys.set_irq() and sys.set_rasterirq() no longer have useKernal parameter! The irq handler routine must return a boolean instead in the A register. 2023-11-21 23:22:53 +01:00
technical.rst some notes about array alignment 2023-10-04 01:10:36 +02:00
todo.rst breaking change: sys.set_irq() and sys.set_rasterirq() no longer have useKernal parameter! The irq handler routine must return a boolean instead in the A register. 2023-11-21 23:22:53 +01:00