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 Jan 29, 2024
1 parent bf40dc4 commit e870b5f
Show file tree
Hide file tree
Showing 10 changed files with 2 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.
4 changes: 2 additions & 2 deletions docs/rgbasm.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ <h3 class="Ss" id="Including_binary_files"><a class="permalink" href="#Including
include. Use <code class="Ic">INCBIN</code> to include a raw binary file as
it is. If the file isn't found in the current directory, the include-path
list passed to <a class="Xr" href="./rgbasm.1">rgbasm(1)</a> (see the
<code class="Fl">-i</code> option) on the command line will be searched.</p>
<code class="Fl">-I</code> option) on the command line will be searched.</p>
<div class="Bd Pp Bd-indent Li">
<pre>INCBIN &quot;titlepic.bin&quot;
INCBIN &quot;sprites/hero.bin&quot;</pre>
Expand Down Expand Up @@ -2222,7 +2222,7 @@ <h3 class="Ss" id="Including_other_source_files"><a class="permalink" href="#Inc
<p class="Pp">Use <code class="Ic">INCLUDE</code> to process another assembler
file and then return to the current file when done. If the file isn't found
in the current directory, the include path list (see the
<code class="Fl">-i</code> option in
<code class="Fl">-I</code> option in
<a class="Xr" href="./rgbasm.1">rgbasm(1)</a>) will be searched. You may
nest <code class="Ic">INCLUDE</code> calls infinitely (or until you run out
of memory, whichever comes first).</p>
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 e870b5f

Please sign in to comment.