Merge pull request #523 from RandomBananazz/patch-1

Fixed error in POP AF instruction reference
This commit is contained in:
Eldred Habert
2020-05-27 12:45:44 +02:00
committed by GitHub

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