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 Dec 18, 2023
1 parent ee92c24 commit 40c7ae5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
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.
15 changes: 10 additions & 5 deletions docs/rgblink.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,17 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
<code class="Ic">ALIGN</code>, and <code class="Ic">DS</code>:</p>
<ul class="Bl-bullet">
<li id="ORG"><a class="permalink" href="#ORG"><code class="Ic">ORG</code></a>
sets the address in which new sections will be placed. It can not be lower
than the current address.</li>
<var class="Ar">addr</var> sets the address in which new sections will be
placed to <var class="Ar">addr</var>. It can not be lower than the current
address.</li>
<li id="ALIGN"><a class="permalink" href="#ALIGN"><code class="Ic">ALIGN</code></a>
will increase the address until it is aligned to the specified boundary
(it tries to set to 0 the number of bits specified after the directive:
&#x2018;<code class="Li">ALIGN 8</code>&#x2019; will align to $100).</li>
<var class="Ar">addr</var> or <code class="Ic">ALIGN</code>
<var class="Ar">addr</var>, <var class="Ar">offset</var> will increase the
address until it is aligned to the specified boundary (it tries to set to
<var class="Ar">offset</var> the number of bits specified by
<var class="Ar">align</var>: for example, &#x2018;<code class="Li">ALIGN
8</code>&#x2019; will align to $100 , and &#x2018;<code class="Li">ALIGN
8, 10</code>&#x2019; will align to $10A).</li>
<li id="DS"><a class="permalink" href="#DS"><code class="Ic">DS</code></a>
will increase the address by the specified non-negative amount.</li>
</ul>
Expand Down
Binary file modified docs/rgblink.5.pdf
Binary file not shown.

0 comments on commit 40c7ae5

Please sign in to comment.