Skip to content

Commit 6019123

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 59d54d9 commit 6019123

File tree

11 files changed

+4
-0
lines changed

11 files changed

+4
-0
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ <h3 class="Ss" id="Symbol_interpolation"><a class="permalink" href="#Symbol_inte
110110
of string constants: &#x2018;<code class="Li">name</code>&#x2019; will be
111111
expanded in all of &#x2018;<code class="Li">DEF({name})</code>&#x2019;,
112112
&#x2018;<code class="Li">DEF {name} EQU/=/EQUS/etc ...</code>&#x2019;,
113+
&#x2018;<code class="Li">REDEF {name} EQU/=/EQUS/etc ...</code>&#x2019;,
114+
&#x2018;<code class="Li">FOR {name}, ...</code>&#x2019;,
113115
&#x2018;<code class="Li">PURGE {name}</code>&#x2019;, and
114116
&#x2018;<code class="Li">MACRO {name}</code>&#x2019;, but, for example,
115117
won't be in &#x2018;<code class="Li">DEF(name)</code>&#x2019;.</p>
@@ -1788,6 +1790,8 @@ <h3 class="Ss" id="String_constants"><a class="permalink" href="#String_constant
17881790
expansion is disabled in a few contexts:
17891791
&#x2018;<code class="Li">DEF(name)</code>&#x2019;,
17901792
&#x2018;<code class="Li">DEF name EQU/=/EQUS/etc ...</code>&#x2019;,
1793+
&#x2018;<code class="Li">REDEF name EQU/=/EQUS/etc ...</code>&#x2019;,
1794+
&#x2018;<code class="Li">FOR name, ...</code>&#x2019;,
17911795
&#x2018;<code class="Li">PURGE name</code>&#x2019;, and
17921796
&#x2018;<code class="Li">MACRO name</code>&#x2019; will not expand string
17931797
constants in their names. Expansion is also disabled if the string

docs/rgbasm.5.pdf

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

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)