diff --git a/docs/source/index.rst b/docs/source/index.rst index b0c607a31..5c94fde75 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 diff --git a/docs/source/programming.rst b/docs/source/programming.rst index 4aa8c46e7..212371339 100644 --- a/docs/source/programming.rst +++ b/docs/source/programming.rst @@ -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