Changes

Jump to: navigation, search

Z80

2 bytes removed, 11:53, 1 September 2024
/* Z80 Instructions: C */
! Instruction !! Opcode !! NOPs !! Cycles !! S !! Z !! 5 !! H !! 3 !! P !! N !! C !! Effect !! Description
|-
| call NN A || 11001101 alalalal ahahahah || 5 || 17 || - || - || - || - || - || - || - || - || sp -= 2, (sp) := pc, pc := A || Unconditional Call
|-
| call C,NN A || 11ccc100 alalalal ahahahah || 5/3 || 17/10 || - || - || - || - || - || - || - || - || if C then sp -= 2, (sp) := pc, pc := A || Conditional Call
|-
| ccf || 00111111 || 1 || 4 || - || - || A || X || A || - || 0 || X || hf := cf, cf := ~cf || Complement Carry Flag
13,173
edits