We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92917ce commit a7296ecCopy full SHA for a7296ec
man/rgbasm-old.5
@@ -185,6 +185,10 @@ Instead, just use commas without backslashes.
185
.Ss '*' comments
186
Deprecated in 0.4.1, removed in 0.5.0.
187
.Pp
188
+These comments had to have the
189
+.Ql *
190
+typed in column 1.
191
+.Pp
192
Instead, use
193
.Ql \&;
194
comments.
@@ -241,13 +245,13 @@ Deprecated in 0.3.0, removed in 0.4.0.
241
245
242
246
.Ql LDI A, [HL]
243
247
and
244
-LDD A, [HL]
248
+.Ql LDD A, [HL]
249
(or
250
.Ql LD A, [HLI]
251
252
.Ql LD A, [HLD] ;
253
or
-LD A, [HL+]
254
+.Ql LD A, [HL+]
255
256
.Ql LD A, [HL-] ) .
257
.Ss LDIO
0 commit comments