From 054c98da7c700d15c932967bdcf4a78b629bc26b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 15 Jul 2025 00:15:21 +0200 Subject: [PATCH] add link to extra prog8 compilation targets --- docs/source/software.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/software.rst b/docs/source/software.rst index 99cd6d9ab..b25fe4821 100644 --- a/docs/source/software.rst +++ b/docs/source/software.rst @@ -65,6 +65,11 @@ Various things: and it does it at run time. In this demo a jump table is not only created in the library, but also in the main program and copied into the library for its use. +`Additional custom compilation targets (such as VIC-20) `_ + Various custom targets for Prog8 that are not (yet?) part of the Prog8 examples themselves. + These additional compilation targets may be in varying state of completeness. + Perhaps most recognisable at the time of adding this link, are the various VIC-20 targets. + .. image:: _static/curious.png :align: center