added cx16 example: automatons.

added debug mode and RTC to cx16 emulator launchers.
dt error details.
This commit is contained in:
Irmen de Jong
2024-01-12 20:18:41 +01:00
parent 0c1018ec61
commit 3b199a2a87
10 changed files with 133 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -30,11 +30,18 @@ You can compile programs for various machines with this CPU:
Prog8 is copyright © Irmen de Jong (irmen@razorvine.net | http://www.razorvine.net).
The project is on github: https://github.com/irmen/prog8.git
**License:**
This software is free to use, as defined in the GNU GPL 3.0 (https://www.gnu.org/licenses/gpl.html)
Software License
^^^^^^^^^^^^^^^^
This is free software, as defined in the GNU GPL 3.0 (https://www.gnu.org/licenses/gpl.html)
*Exception:* All output files generated by the compiler (intermediary files and compiled binary programs)
are excluded from this and you can do with those *whatever you want*.
This means, for instance, that you can use the Prog8 compiler to create commercial software as long as only sell *the actual resulting program*.
are excluded from this particular license: you can do with those *whatever you want*.
This means, for instance, that you can use the Prog8 compiler to create commercial software as long as you only sell *the actual resulting program*.
Want to buy me a coffee or a pizza perhaps?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This project was created over the last couple of years by dedicating thousands of hours of my free time to it, to make it the best I possibly can.
If you like Prog8, and think it's worth a nice cup of hot coffee or a delicious pizza,
you can help me out a little bit over at https://ko-fi.com/irmen .
.. image:: _static/cube3d.png
@@ -47,6 +54,17 @@ This means, for instance, that you can use the Prog8 compiler to create commerci
:width: 33%
:alt: Fully playable tetris clone
.. image:: _static/rrgame.png
:width: 33%
:alt: BoulderDash(tm) clone for the X16
.. image:: _static/x16paint.png
:width: 33%
:alt: Paint program for the X16
.. image:: _static/x16chess.png
:width: 33%
:alt: Chess program for the X16
Language features
-----------------