POP IFR
6-273
POP IFR Pop Top of Stack to IFR
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
POP IFR 0000 0000 0000 0010 X
− 5
Operands IFR Interrupt flag register
Description Predecrement SP by 1. Load the contents of IFR with the value pointed to by
SP:
SP −= 1;
IFR = [SP];
Flags and
Modes
None
Repeat This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.