From 7624bd524c119ba260883d26ab8536695c6ef350 Mon Sep 17 00:00:00 2001 From: Jason Yuan Date: Tue, 26 May 2020 23:29:06 -0400 Subject: [PATCH] Fixed error in POP AF instruction reference The "imaginary" equivalent instructions put the instructions in the wrong order (inc sp first). --- src/gbz80.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gbz80.7 b/src/gbz80.7 index 4781d030..10877280 100644 --- a/src/gbz80.7 +++ b/src/gbz80.7 @@ -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