From bf4da1655b99e6689e2da03c4c1ee54c902ab435 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Fri, 18 Sep 2020 23:57:40 +0200 Subject: [PATCH] doc --- docs/source/targetsystem.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/targetsystem.rst b/docs/source/targetsystem.rst index 7bfd3e979..be4a6c002 100644 --- a/docs/source/targetsystem.rst +++ b/docs/source/targetsystem.rst @@ -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 `_ a project from the 8-Bit Guy. Support for this is still experimental.