mirror of
https://github.com/irmen/prog8.git
synced 2024-11-16 22:09:56 +00:00
cx16 cross-compile teaser screenshot
This commit is contained in:
parent
ad75fcbf7e
commit
71cd8b6d51
@ -96,6 +96,12 @@ when compiled an ran on a C-64 you get this:
|
||||
:align: center
|
||||
:alt: result when run on C-64
|
||||
|
||||
when the exact same program is compiled for the Commander X16 target, and run on the emulator, you get this:
|
||||
|
||||
.. image:: _static/primes_cx16.png
|
||||
:align: center
|
||||
:alt: result when run on CX16 emulator
|
||||
|
||||
|
||||
|
||||
Design principles and features
|
||||
|
@ -302,7 +302,7 @@ as newlines, quote characters themselves, and so on. The ones used most often ar
|
||||
read the syntax reference on strings.
|
||||
|
||||
|
||||
.. info::
|
||||
.. note::
|
||||
Strings and uwords (=memory address) can often be interchanged.
|
||||
An array of strings is actually an array of uwords where every element is the memory
|
||||
address of the string. You can pass a memory address to assembly functions
|
||||
|
Loading…
Reference in New Issue
Block a user