Skip to content

Commit

Permalink
Fix man page formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 21, 2024
1 parent 92917ce commit a7296ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions man/rgbasm-old.5
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Instead, just use commas without backslashes.
.Ss '*' comments
Deprecated in 0.4.1, removed in 0.5.0.
.Pp
These comments had to have the
.Ql *
typed in column 1.
.Pp
Instead, use
.Ql \&;
comments.
Expand Down Expand Up @@ -241,13 +245,13 @@ Deprecated in 0.3.0, removed in 0.4.0.
Instead, use
.Ql LDI A, [HL]
and
LDD A, [HL]
.Ql LDD A, [HL]
(or
.Ql LD A, [HLI]
and
.Ql LD A, [HLD] ;
or
LD A, [HL+]
.Ql LD A, [HL+]
and
.Ql LD A, [HL-] ) .
.Ss LDIO
Expand Down

0 comments on commit a7296ec

Please sign in to comment.