Skip to content

Commit 058b204

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent e4e6e84 commit 058b204

12 files changed

Lines changed: 27 additions & 0 deletions

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ <h3 class="Ss" id="Negative_DS"><a class="permalink" href="#Negative_DS">Negativ
7676
<p class="Pp">Instead, use <code class="Ic">UNION</code>.</p>
7777
</section>
7878
<section class="Ss">
79+
<h3 class="Ss" id="Section-local_charmaps"><a class="permalink" href="#Section-local_charmaps">Section-local
80+
charmaps</a></h3>
81+
<p class="Pp">Deprecated in 0.3.9, removed in 0.4.0.</p>
82+
<p class="Pp">Defining a <code class="Ic">CHARMAP</code> inside a
83+
<code class="Ic">SECTION</code> when the current global charmap was the
84+
&#x2018;main&#x2019; one used to only define that character mapping within
85+
that <code class="Ic">SECTION</code>.</p>
86+
<p class="Pp">Instead, use <code class="Ic">PUSHC</code> and
87+
<code class="Ic">POPC</code> and switch to a different character mapping for
88+
that section.</p>
89+
</section>
90+
<section class="Ss">
7991
<h3 class="Ss" id="__FILE___and___LINE__"><a class="permalink" href="#__FILE___and___LINE__">__FILE__
8092
and __LINE__</a></h3>
8193
<p class="Pp">Deprecated in 0.6.0, removed in 0.7.0.</p>
@@ -270,6 +282,11 @@ <h3 class="Ss" id="LDHL_SP,_e8"><a class="permalink" href="#LDHL_SP,_e8">LDHL
270282
e8</code>&#x2019;.</p>
271283
</section>
272284
<section class="Ss">
285+
<h3 class="Ss" id="OPT_z"><a class="permalink" href="#OPT_z">OPT z</a></h3>
286+
<p class="Pp">Deprecated in 0.4.0, removed in 0.5.0.</p>
287+
<p class="Pp">Instead, use <code class="Ic">OPT p</code>.</p>
288+
</section>
289+
<section class="Ss">
273290
<h3 class="Ss" id="rgbasm_-i"><a class="permalink" href="#rgbasm_-i">rgbasm
274291
-i</a></h3>
275292
<p class="Pp">Deprecated in 0.6.0, removed in 0.8.0.</p>

docs/rgbasm-old.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ export const toc = [
3535
"id": "Negative_DS",
3636
"level": 3,
3737
},
38+
{
39+
"value": "Section-local charmaps",
40+
"id": "Section-local_charmaps",
41+
"level": 3,
42+
},
3843
{
3944
"value": "__FILE__ and __LINE__",
4045
"id": "__FILE___and___LINE__",
@@ -150,6 +155,11 @@ export const toc = [
150155
"id": "LDHL_SP,_e8",
151156
"level": 3,
152157
},
158+
{
159+
"value": "OPT z",
160+
"id": "OPT_z",
161+
"level": 3,
162+
},
153163
{
154164
"value": "rgbasm -i",
155165
"id": "rgbasm_-i",

docs/rgbasm-old.5.pdf

589 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.pdf

0 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.

0 commit comments

Comments
 (0)