Changes

Jump to: navigation, search

Z80

14 bytes removed, 12:29, 1 September 2024
/* Z80 Instructions: C */
! Instruction !! Opcode !! NOPs !! Cycles !! S !! Z !! 5 !! H !! 3 !! P !! N !! C !! Effect !! Description
|-
| call A || 11001101 alalalal ahahahah || 5 || 17 || - || - || - || - || - || - || - || - || sp -= 2, (sp) := pc, pc := A || Unconditional Call
|-
| call C,A || 11ccc100 alalalal ahahahah || 5/3 || 17/10 || - || - || - || - || - || - || - || - || if C then sp -= 2, (sp) := pc, pc := A || Conditional Call
13,173
edits