mirror of
https://github.com/irmen/prog8.git
synced 2025-11-03 04:17:16 +00:00
use RST chapter notation to attempt to fix PDF chapters
This commit is contained in:
@@ -6,8 +6,10 @@ Prog8 documentation - |version|
|
|||||||
:alt: Prog8 logo
|
:alt: Prog8 logo
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*************************************
|
||||||
What is Prog8?
|
What is Prog8?
|
||||||
--------------
|
*************************************
|
||||||
|
|
||||||
This is a compiled programming language targeting the 8-bit 6502 CPU family.
|
This is a compiled programming language targeting the 8-bit 6502 CPU family.
|
||||||
The language aims to provide many conveniences over raw assembly code (even when using a macro assembler),
|
The language aims to provide many conveniences over raw assembly code (even when using a macro assembler),
|
||||||
@@ -195,8 +197,9 @@ when the exact same program is compiled for the Commander X16 target, and run on
|
|||||||
:alt: result when run on CX16 emulator
|
:alt: result when run on CX16 emulator
|
||||||
|
|
||||||
|
|
||||||
|
********************
|
||||||
Getting the software
|
Getting the software
|
||||||
--------------------
|
********************
|
||||||
|
|
||||||
Usually you just download a fat jar of an official released compiler version, but you can also build it yourself from source.
|
Usually you just download a fat jar of an official released compiler version, but you can also build it yourself from source.
|
||||||
Detailed instructions on how to obtain a version of the compiler are in :ref:`building_compiler`.
|
Detailed instructions on how to obtain a version of the compiler are in :ref:`building_compiler`.
|
||||||
|
|||||||
Reference in New Issue
Block a user