mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Fixed error in POP AF instruction reference
The "imaginary" equivalent instructions put the instructions in the wrong order (inc sp first).
This commit is contained in:
@@ -1142,10 +1142,10 @@ This is roughly equivalent to the following
|
|||||||
.Em imaginary
|
.Em imaginary
|
||||||
instructions:
|
instructions:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
|
ld f, [sp] ; See below for individual flags
|
||||||
inc sp
|
inc sp
|
||||||
ld a, [sp]
|
ld a, [sp]
|
||||||
inc sp
|
inc sp
|
||||||
ld f, [sp] ; See below for individual flags
|
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Cycles: 3
|
Cycles: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user