Skip to content

Commit da7c7f3

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 5c4f024 commit da7c7f3

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -952,13 +952,13 @@ <h3 class="Ss" id="Character_maps"><a class="permalink" href="#Character_maps">C
952952
the source file encoding. For example, the tiles used for uppercase letters
953953
may be placed starting at tile index 128, which differs from ASCII starting
954954
at 65.</p>
955-
<p class="Pp">Character maps allow mapping strings to arbitrary sequences of
956-
numbers:</p>
955+
<p class="Pp">Character maps allow mapping strings or character literals to
956+
arbitrary sequences of numbers:</p>
957957
<div class="Bd Pp Bd-indent Li">
958958
<pre>CHARMAP &quot;A&quot;, 42
959-
CHARMAP &quot;:)&quot;, 39
959+
CHARMAP ':)', 39
960960
CHARMAP &quot;&lt;br&gt;&quot;, 13, 10
961-
CHARMAP &quot;&amp;euro;&quot;, $20ac</pre>
961+
CHARMAP '&amp;euro;', $20ac</pre>
962962
</div>
963963
<p class="Pp">This would result in &#x2018;<code class="Li">db &quot;Amen
964964
:)&lt;br&gt;&quot;</code>&#x2019; being equivalent to

docs/rgbasm.5.pdf

15 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.pdf

0 Bytes
Binary file not shown.

docs/rgbgfx.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)