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 Sep 8, 2024
1 parent 9a69962 commit 0920b44
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
9 changes: 7 additions & 2 deletions docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -2339,8 +2339,13 @@ <h3 class="Ss" id="Including_other_source_files"><a class="permalink" href="#Inc
<div class="Bd Pp Bd-indent Li">
<pre> INCLUDE &quot;irq.inc&quot;</pre>
</div>
<p class="Pp">You may also implicitly <code class="Ic">INCLUDE</code> a file
before the source file with the <code class="Fl">-P</code> option of
<p class="Pp">You may also ensure a file only gets included once by using
<code class="Ic">INCLUDE_ONCE</code> instead of
<code class="Ic">INCLUDE</code>. This will skip including a file if it has
already been included before (with <code class="Ic">INCLUDE</code>,
<code class="Ic">INCLUDE_ONCE</code>, or <code class="Fl">-P</code>).</p>
<p class="Pp">You can implicitly <code class="Ic">INCLUDE</code> a file before
the source file with the <code class="Fl">-P</code> option of
<a class="Xr" href="./rgbasm.1">rgbasm(1)</a>.</p>
</section>
<section class="Ss">
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 0920b44

Please sign in to comment.