This commit is contained in:
Irmen de Jong 2023-06-25 21:35:30 +02:00
parent eae41de27d
commit 5b9e71a27d
5 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
==============================
Writing and building a program
==============================
===================
Compiling a program
===================
.. _building_compiler:
@ -189,7 +189,7 @@ One or more .p8 module files
c64: $C000 - $CEFF
cx16: $A000 - $BFFF (note: assumes that the correct HiRam bank #1 is mapped in at all times!)
cx16: $A000 - $BFFF (note: you must make sure that the correct HiRam bank #1 is mapped in when accessing these variables!)
If you use this option, you can no longer use the part of the above memory area that is
now alotted to the variables for your own purposes. The output of the 64tass assembler step at the

View File

@ -195,7 +195,7 @@ Look in the `syntax-files <https://github.com/irmen/prog8/tree/master/syntax-fil
:maxdepth: 2
:caption: Contents of this manual:
building.rst
compiling.rst
programming.rst
syntaxreference.rst
libraries.rst

View File

@ -1,6 +1,6 @@
************************
Compiler library modules
************************
===============
Library modules
===============
The compiler provides several "built-in" library modules with useful subroutine and variables.

View File

@ -1,8 +1,8 @@
.. _programstructure:
====================
Programming in Prog8
====================
==========================
What makes a Prog8 program
==========================
This chapter describes a high level overview of the elements that make up a program.
Details about the syntax can be found in the :ref:`syntaxreference` chapter.

View File

@ -1,6 +1,6 @@
***************************
===========================
Target system specification
***************************
===========================
Prog8 targets the following hardware: