z80:Opcodes:EXX
From Learn @ Cemetech
Jump to navigationJump to searchEXX exchanges BC, DE, and HL with shadow registers with BC', DE', and HL'.
Contents
Syntax
exx
Effects
All flags preserved.
Uses
Most useful in interrupts as an alternative to saving those registers on the stack. If you want to use this command outside an interrupt, make sure interrupts are disabled first.
T-States
4 t-states
See Also