shithub: rgbds

Download patch

ref: 7624bd524c119ba260883d26ab8536695c6ef350
parent: 663f0ca3b0994c6fa4ceec2a552a6f1f90e086ad
author: Jason Yuan <[email protected]>
date: Tue May 26 19:29:06 EDT 2020

Fixed error in POP AF instruction reference

The "imaginary" equivalent instructions put the instructions in the wrong order (inc sp first).

--- a/src/gbz80.7
+++ b/src/gbz80.7
@@ -1142,10 +1142,10 @@
 .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