This commit is contained in:
Irmen de Jong 2020-09-18 23:57:40 +02:00
parent d819aa270f
commit bf4da1655b

View File

@ -9,7 +9,8 @@ Prog8 targets the following hardware:
- optional use of memory mapped I/O registers
- optional use of system ROM routines
Currently there are two machines that are supported as compiler target (via the ``-target`` compiler argument):
Currently there are two machines that are supported as compiler target (via the ``-target`` compiler argument
or the ``%target`` directive in your program source):
- 'c64': the well-known Commodore-64, premium support
- 'cx16': the `CommanderX16 <https://www.commanderx16.com/>`_ a project from the 8-Bit Guy. Support for this is still experimental.