mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
docs
This commit is contained in:
parent
eae41de27d
commit
5b9e71a27d
@ -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
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
************************
|
||||
Compiler library modules
|
||||
************************
|
||||
===============
|
||||
Library modules
|
||||
===============
|
||||
|
||||
The compiler provides several "built-in" library modules with useful subroutine and variables.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
***************************
|
||||
===========================
|
||||
Target system specification
|
||||
***************************
|
||||
===========================
|
||||
|
||||
Prog8 targets the following hardware:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user