diff --git a/docs/gbz80.7.html b/docs/gbz80.7.html
index f1ed7bf5..d1d77b28 100644
--- a/docs/gbz80.7.html
+++ b/docs/gbz80.7.html
@@ -1148,7 +1148,17 @@ Cycles: 3
Bytes: 1
-Flags: None affected.
+Flags:
+
+ - Z: Set from bit 7 of the
+ popped low byte.
+ - N: Set from bit 6 of the
+ popped low byte.
+ - H: Set from bit 5 of the
+ popped low byte.
+ - C: Set from bit 4 of the
+ popped low byte.
+
Pop register r16 from the stack.
@@ -1160,7 +1170,11 @@ Bytes: 1
Flags: None affected.
-Push register AF into the stack.
+Push register AF into the stack. The low byte's bit
+ 7 corresponds to the Z flag, its bit 6 to the
+ N flag, bit 5 to the
+ H flag, and bit 4 to the
+ C flag. Bits 3 to 0 are reset.
Cycles: 4