mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Deprecate LDIO (#1567)
* Deprecate `LDIO` * `ld [$ff00+n8], a` is not treated as `ldh [n8], a`
This commit is contained in:
14
man/gbz80.7
14
man/gbz80.7
@@ -1008,11 +1008,6 @@ Cycles: 3
|
||||
Bytes: 2
|
||||
.Pp
|
||||
Flags: None affected.
|
||||
.Pp
|
||||
This is sometimes written as
|
||||
.Ql LDIO [n16],A ,
|
||||
or
|
||||
.Ql LD [$FF00+n8],A .
|
||||
.Ss LDH [C],A
|
||||
Copy the value in register
|
||||
.Sy A
|
||||
@@ -1026,8 +1021,6 @@ Bytes: 1
|
||||
Flags: None affected.
|
||||
.Pp
|
||||
This is sometimes written as
|
||||
.Ql LDIO [C],A ,
|
||||
or
|
||||
.Ql LD [$FF00+C],A .
|
||||
.Ss LD A,[r16]
|
||||
Copy the byte pointed to by
|
||||
@@ -1066,11 +1059,6 @@ Cycles: 3
|
||||
Bytes: 2
|
||||
.Pp
|
||||
Flags: None affected.
|
||||
.Pp
|
||||
This is sometimes written as
|
||||
.Ql LDIO A,[n16] ,
|
||||
or
|
||||
.Ql LD A,[$FF00+n8] .
|
||||
.Ss LDH A,[C]
|
||||
Copy the byte at address
|
||||
.Ad $FF00+c
|
||||
@@ -1084,8 +1072,6 @@ Bytes: 1
|
||||
Flags: None affected.
|
||||
.Pp
|
||||
This is sometimes written as
|
||||
.Ql LDIO A,[C] ,
|
||||
or
|
||||
.Ql LD A,[$FF00+C] .
|
||||
.Ss LD [HLI],A
|
||||
Copy the value in register
|
||||
|
||||
Reference in New Issue
Block a user