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: +

POP r16

Pop register r16 from the stack. @@ -1160,7 +1170,11 @@ Bytes: 1 Flags: None affected.

PUSH AF

-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