prog8/docs/source
Irmen de Jong f2d27403c5 add string.endswith() to efficiently test for a suffix without copying
add string.startswith() to efficiently test for string prefix without copying
2022-07-21 00:38:30 +02:00
..
_static doc css styling: font size slightly bigger for code as well 2022-01-03 23:28:11 +01:00
building.rst added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly 2022-07-11 19:29:04 +02:00
conf.py language for sphinx 2022-06-15 22:38:00 +02:00
docutils.conf
index.rst
libraries.rst add string.endswith() to efficiently test for a suffix without copying 2022-07-21 00:38:30 +02:00
portingguide.rst
programming.rst callfar() now accepts a variable as address, so it can be used to indirect JSR to a subroutine whose address is not fixed. ('goto' already could indirect JMP to a variable address.) 2022-07-14 19:29:59 +02:00
syntaxreference.rst callfar() now accepts a variable as address, so it can be used to indirect JSR to a subroutine whose address is not fixed. ('goto' already could indirect JMP to a variable address.) 2022-07-14 19:29:59 +02:00
targetsystem.rst added cx16.push_vera_context() and cx16.pop_vera_context() for use in irq handlers 2022-07-02 23:13:00 +02:00
technical.rst
todo.rst add string.endswith() to efficiently test for a suffix without copying 2022-07-21 00:38:30 +02:00