Skip to content

Commit f9c676d

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent e1edb28 commit f9c676d

File tree

13 files changed

+15
-13
lines changed

13 files changed

+15
-13
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ <h3 class="Ss" id="_PI"><a class="permalink" href="#_PI">_PI</a></h3>
102102
&#x2018;<code class="Li">3.141592653</code>&#x2019;.</p>
103103
</section>
104104
<section class="Ss">
105+
<h3 class="Ss" id="__DATE___and___TIME__"><a class="permalink" href="#__DATE___and___TIME__">__DATE__
106+
and __TIME__</a></h3>
107+
<p class="Pp">Deprecated in 1.0.0.</p>
108+
<p class="Pp">Instead, use
109+
&#x2018;<code class="Li">__ISO_8601_LOCAL__</code>&#x2019;.</p>
110+
</section>
111+
<section class="Ss">
105112
<h3 class="Ss" id="Treating_multi-character_strings_as_numbers"><a class="permalink" href="#Treating_multi-character_strings_as_numbers">Treating
106113
multi-character strings as numbers</a></h3>
107114
<p class="Pp">Deprecated in 0.9.0, removed in 1.0.0.</p>

docs/rgbasm-old.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ export const toc = [
5050
"id": "_PI",
5151
"level": 3,
5252
},
53+
{
54+
"value": "__DATE__ and __TIME__",
55+
"id": "__DATE___and___TIME__",
56+
"level": 3,
57+
},
5358
{
5459
"value": "Treating multi-character strings as numbers",
5560
"id": "Treating_multi-character_strings_as_numbers",

docs/rgbasm-old.5.pdf

239 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,24 +1959,14 @@ <h3 class="Ss" id="Predeclared_symbols"><a class="permalink" href="#Predeclared_
19591959
<td>Number of arguments passed to macro, updated by
19601960
<code class="Ic">SHIFT</code></td>
19611961
</tr>
1962-
<tr id="__DATE__">
1963-
<td><a class="permalink" href="#__DATE__"><code class="Dv">__DATE__</code></a></td>
1964-
<td><a class="permalink" href="#EQUS~3"><code class="Ic" id="EQUS~3">EQUS</code></a></td>
1965-
<td>Today's date</td>
1966-
</tr>
1967-
<tr id="__TIME__">
1968-
<td><a class="permalink" href="#__TIME__"><code class="Dv">__TIME__</code></a></td>
1969-
<td><a class="permalink" href="#EQUS~4"><code class="Ic" id="EQUS~4">EQUS</code></a></td>
1970-
<td>The current time</td>
1971-
</tr>
19721962
<tr id="__ISO_8601_LOCAL__">
19731963
<td><a class="permalink" href="#__ISO_8601_LOCAL__"><code class="Dv">__ISO_8601_LOCAL__</code></a></td>
1974-
<td><a class="permalink" href="#EQUS~5"><code class="Ic" id="EQUS~5">EQUS</code></a></td>
1964+
<td><a class="permalink" href="#EQUS~3"><code class="Ic" id="EQUS~3">EQUS</code></a></td>
19751965
<td>ISO 8601 timestamp (local)</td>
19761966
</tr>
19771967
<tr id="__ISO_8601_UTC__">
19781968
<td><a class="permalink" href="#__ISO_8601_UTC__"><code class="Dv">__ISO_8601_UTC__</code></a></td>
1979-
<td><a class="permalink" href="#EQUS~6"><code class="Ic" id="EQUS~6">EQUS</code></a></td>
1969+
<td><a class="permalink" href="#EQUS~4"><code class="Ic" id="EQUS~4">EQUS</code></a></td>
19801970
<td>ISO 8601 timestamp (UTC)</td>
19811971
</tr>
19821972
<tr id="__UTC_YEAR__">
@@ -2031,7 +2021,7 @@ <h3 class="Ss" id="Predeclared_symbols"><a class="permalink" href="#Predeclared_
20312021
</tr>
20322022
<tr id="__RGBDS_VERSION__">
20332023
<td><a class="permalink" href="#__RGBDS_VERSION__"><code class="Dv">__RGBDS_VERSION__</code></a></td>
2034-
<td><a class="permalink" href="#EQUS~7"><code class="Ic" id="EQUS~7">EQUS</code></a></td>
2024+
<td><a class="permalink" href="#EQUS~5"><code class="Ic" id="EQUS~5">EQUS</code></a></td>
20352025
<td>Version of RGBDS, as printed by &#x2018;<code class="Li">rgbasm
20362026
--version</code>&#x2019;</td>
20372027
</tr>

docs/rgbasm.5.pdf

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

0 commit comments

Comments
 (0)