diff --git a/docs/source/index.rst b/docs/source/index.rst index c48b64acf..cbd2a20c4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,10 +10,10 @@ Prog8 documentation - |version| What is Prog8? -------------- -This is an experimental compiled programming language targeting the 8-bit +This is a compiled programming language targeting the 8-bit `6502 `_ / -`65c02 `_ / -`6510 `_ microprocessor. +`6510 `_ / +`65c02 `_ microprocessors. This CPU is from the late 1970's and early 1980's and was used in many home computers from that era, such as the `Commodore-64 `_. The language aims to provide many conveniences over raw assembly code (even when using a macro assembler), diff --git a/docs/source/targetsystem.rst b/docs/source/targetsystem.rst index a541dda3a..8555e5b61 100644 --- a/docs/source/targetsystem.rst +++ b/docs/source/targetsystem.rst @@ -11,8 +11,8 @@ Prog8 targets the following hardware: Currently there are two machines that are supported as compiler target (selectable via the ``-target`` compiler argument): -- 'c64': the well-known Commodore-64, premium support -- 'cx16': the `CommanderX16 `_ a project from the 8-Bit Guy. Support for this is still experimental. +- 'c64': the well-known Commodore-64 +- 'cx16': the `CommanderX16 `_ conceived by the 8-Bit Guy. This chapter explains the relevant system details of these machines.