EXX

EXX exchanges BC, DE, and HL with shadow registers with BC', DE', and HL'.

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

DI,EI,EX,HALT,IM,RETI,RETN

Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.