cx16 cross-compile teaser screenshot

This commit is contained in:
Irmen de Jong 2020-10-05 19:59:51 +02:00
parent ad75fcbf7e
commit 71cd8b6d51
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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