Special:Badtitle/NS102:Pveffect
From SpecNext Wiki
Has type::String Allows value::- Allows value::0 Allows value::1 Allows value::? Allows value::! Allows value::S Allows value::P Allows value::V Allows value::L
Property describing effect of Z80 instruction on Parity/Overflow flag (P/V or PV), values:
- - means the flag is unchanged.
- 1 or 0 mean the flag is set or reset as appropriate.
- ? means we don't know what effect the instruction has on the flag.
- ! means the instruction has an unusual effect on the flag which is documented in the description.
- P, V, and L are used for the P/V flag. P means it's parity. V means it's overflow. L means it checks BC as loop counter for some of the block copy and search instructions: P/V = (BC != 0)