mirror of
https://github.com/irmen/prog8.git
synced 2025-07-29 21:24:18 +00:00
added cx16 example: automatons.
added debug mode and RTC to cx16 emulator launchers. dt error details.
This commit is contained in:
BIN
docs/source/_static/rrgame.png
Normal file
BIN
docs/source/_static/rrgame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
docs/source/_static/x16chess.png
Normal file
BIN
docs/source/_static/x16chess.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
docs/source/_static/x16paint.png
Normal file
BIN
docs/source/_static/x16paint.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@@ -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
|
||||
-----------------
|
||||
|
Reference in New Issue
Block a user