Skip to content

Commit

Permalink
List LDHL as an unsupported instruction alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored and ISSOtm committed Dec 13, 2024
1 parent c1c5b10 commit 92917ce
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions man/rgbasm-old.5
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,6 @@ or
LD A, [HL+]
and
.Ql LD A, [HL-] ) .
.Ss LD HL, [SP + e8]
Deprecated in 0.3.0, removed in 0.4.0.
.Pp
Instead, use
.Ql LD HL, SP + e8 .
.Ss LDIO
Deprecated in 0.9.0.
.Pp
Expand Down Expand Up @@ -284,6 +279,16 @@ Instead, use
.Ql LDH [n16], A
and
.Ql LDH A, [n16] .
.Ss LD HL, [SP + e8]
Deprecated in 0.3.0, removed in 0.4.0.
.Pp
Instead, use
.Ql LD HL, SP + e8 .
.Ss LDHL, SP, e8
Supported in ASMotor, removed in RGBDS.
.Pp
Instead, use
.Ql LD HL, SP + e8 .
.Ss rgbasm -i
Deprecated in 0.6.0, removed in 0.8.0.
.Pp
Expand Down

0 comments on commit 92917ce

Please sign in to comment.