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:
Jason Yuan
2020-05-26 23:29:06 -04:00
committed by GitHub
parent 663f0ca3b0
commit 7624bd524c

View File

@@ -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