Skip to content

Commit

Permalink
Update RGBDS master documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 21, 2024
1 parent cfb3fe8 commit fdeda8a
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 1 deletion.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,14 @@ <h2 class="Sh" id="SYMBOLS"><a class="permalink" href="#SYMBOLS">SYMBOLS</a></h2
Additionally, label names can contain up to a single dot
&#x2018;<code class="Li">.</code>&#x2019;, which may not be the first
character.</p>
<p class="Pp">A symbol cannot have the same name as a reserved keyword.</p>
<p class="Pp">A symbol cannot have the same name as a reserved keyword, unless
it is prefixed by a hash &#x2018;#&#x2019;. For example,
&#x2018;<code class="Li">#load</code>&#x2019; denotes a symbol named
&#x2018;<code class="Li">load</code>&#x2019;, and
&#x2018;<code class="Li">#LOAD</code>&#x2019; denotes a different symbol
named &#x2018;<code class="Li">LOAD</code>&#x2019;; in both cases the
&#x2018;#&#x2019; prevents them from being treated as the keyword
<code class="Ic">LOAD</code>.</p>
<section class="Ss">
<h3 class="Ss" id="Labels"><a class="permalink" href="#Labels">Labels</a></h3>
<p class="Pp">One of the assembler's main tasks is to keep track of addresses
Expand Down
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.7.pdf
Binary file not shown.
Binary file modified docs/rgbfix.1.pdf
Binary file not shown.
Binary file modified docs/rgbgfx.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.5.pdf
Binary file not shown.

0 comments on commit fdeda8a

Please sign in to comment.