Changes

Jump to: navigation, search

Z80

28 bytes added, 11:02, 1 September 2024
/* Z80 Instructions: X */
{| class="wikitable"
! Instruction !! Opcode !! NOPs !! Cycles !! S !! Z !! 5 !! H !! 3 !! P !! N !! C !! Effect !! Description
|-
| xor R || 10101rrr || || 4 || + || + || + || 0 || + || P || 0 || 0 || a := a XOR R ||rowspan=5|Logical eXclusive OR
|-
| xor J || 11i11101 1010110b || || 8 || + || + || + || 0 || + || P || 0 || 0 || a := a XOR J
|-
| xor N || 11101110 nnnnnnnn || || 7 || + || + || + || 0 || + || P || 0 || 0 || a := a XOR N
|-
| xor (hl) || 10101110 || || 7 || + || + || + || 0 || + || P || 0 || 0 || a := a XOR (hl)
|-
| xor (I+D) || 11i11101 10101110 dddddddd || || 19 || + || + || + || 0 || + || P || 0 || 0 || a := a XOR (I+D)
|}
13,173
edits