ld a,1 // register a is now 1 push af ld a,2 ... // register a is now 2 pop af ... // register a is now 1