mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +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
|
||||
instructions:
|
||||
.Bd -literal -offset indent
|
||||
ld f, [sp] ; See below for individual flags
|
||||
inc sp
|
||||
ld a, [sp]
|
||||
inc sp
|
||||
ld f, [sp] ; See below for individual flags
|
||||
.Ed
|
||||
.Pp
|
||||
Cycles: 3
|
||||
|
||||
Reference in New Issue
Block a user