Skip to content

Commit b06ab6a

Browse files
committed
Swap some items between Removed and Replaced
1 parent d4ddb4c commit b06ab6a

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

man/rgbasm-old.5

+41-41
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.\" SPDX-License-Identifier: MIT
44
.\"
5-
.Dd October 21, 2024
5+
.Dd December 10, 2024
66
.Dt RGBASM-OLD 5
77
.Os
88
.Sh NAME
@@ -19,15 +19,6 @@ attempt to list syntax bugs that were fixed, nor new reserved keywords that may
1919
.Sh REMOVED
2020
These are features which have been completely removed, without any direct alternatives.
2121
Usually these features were limiting the addition of other features, or had awkward limits on their own intended effects.
22-
.Ss Global labels without colons
23-
Deprecated in 0.4.0, removed in 0.5.0.
24-
.Pp
25-
Labels used to be definable with just a name, but had to be typed in column 1.
26-
.Pp
27-
Instead, use explicit colons; for example,
28-
.Ql Label:
29-
or exported
30-
.Ql Label:: .
3122
.Ss Automatic LD to LDH conversion (rgbasm -l)
3223
Deprecated in 0.7.0, removed in 0.8.0.
3324
.Pp
@@ -80,37 +71,6 @@ and
8071
.Fl H
8172
flags from
8273
.Xr rgbasm 1 .
83-
.Ss IMPORT and XREF
84-
Removed in 0.4.0.
85-
.Pp
86-
Symbols are now automatically resolved if they were exported from elsewhere.
87-
.Pp
88-
Instead, just remove these directives.
89-
.Ss __FILE__ and __LINE__
90-
Deprecated in 0.6.0, removed in 0.7.0.
91-
.Pp
92-
Instead, use
93-
.Ic WARN
94-
or
95-
.Ic FAIL
96-
to print a complete trace of filenames and line numbers.
97-
.Ss _PI
98-
Deprecated in 0.5.0, removed in 0.6.0.
99-
.Pp
100-
Instead, use
101-
.Ql DEF _PI EQU 3.141592653 .
102-
.Ss '\e,' in strings within macro arguments
103-
Deprecated in 0.5.0, removed in 0.7.0.
104-
.Pp
105-
Macro arguments now handle quoted strings and parenthesized expressions as single arguments, so commas inside them are not argument separators and do not need escaping.
106-
.Pp
107-
Instead, just use commas without backslashes.
108-
.Ss '*' comments
109-
Deprecated in 0.4.1, removed in 0.5.0.
110-
.Pp
111-
Instead, use
112-
.Ql \&;
113-
comments.
11474
.Ss Nested macro definitions
11575
Removed in 0.4.2.
11676
.Pp
@@ -139,6 +99,19 @@ in RAM sections, allowing labeled space allocations to overlap.
13999
.Pp
140100
Instead, use
141101
.Ic UNION .
102+
.Ss __FILE__ and __LINE__
103+
Deprecated in 0.6.0, removed in 0.7.0.
104+
.Pp
105+
Instead, use
106+
.Ic WARN
107+
or
108+
.Ic FAIL
109+
to print a complete trace of filenames and line numbers.
110+
.Ss _PI
111+
Deprecated in 0.5.0, removed in 0.6.0.
112+
.Pp
113+
Instead, use
114+
.Ql DEF _PI EQU 3.141592653 .
142115
.Ss Treating multi-character strings as numbers
143116
Deprecated in 0.9.0.
144117
.Pp
@@ -194,6 +167,27 @@ Variables used to be defined as
194167
.Pp
195168
Instead, use
196169
.Ql DEF name = value .
170+
.Ss Global labels without colons
171+
Deprecated in 0.4.0, removed in 0.5.0.
172+
.Pp
173+
Labels used to be definable with just a name, but had to be typed in column 1.
174+
.Pp
175+
Instead, use explicit colons; for example,
176+
.Ql Label:
177+
or exported
178+
.Ql Label:: .
179+
.Ss '\e,' in strings within macro arguments
180+
Deprecated in 0.5.0, removed in 0.7.0.
181+
.Pp
182+
Macro arguments now handle quoted strings and parenthesized expressions as single arguments, so commas inside them are not argument separators and do not need escaping.
183+
.Pp
184+
Instead, just use commas without backslashes.
185+
.Ss '*' comments
186+
Deprecated in 0.4.1, removed in 0.5.0.
187+
.Pp
188+
Instead, use
189+
.Ql \&;
190+
comments.
197191
.Ss PRINTT, PRINTI, PRINTV, and PRINTF
198192
Deprecated in 0.5.0, removed in 0.6.0.
199193
.Pp
@@ -208,6 +202,12 @@ with
208202
or
209203
.Ql {interpolation}
210204
for type-specific formatting.
205+
.Ss IMPORT and XREF
206+
Removed in 0.4.0.
207+
.Pp
208+
Symbols are now automatically resolved if they were exported from elsewhere.
209+
.Pp
210+
Instead, just remove these directives.
211211
.Ss GLOBAL and XDEF
212212
Deprecated in 0.4.2, removed in 0.5.0.
213213
.Pp

0 commit comments

Comments
 (0)