MIL-STD-1750A: Military Standard Sixteen-Bit Computer Instruction Set Architecture | ||
---|---|---|
Prev | Chapter 5. Detailed Requirements | Next |
Addr Mode Mnemonic Format/Opcode 8 8 -------------- ICR BGE LABEL | 7B | D | -128 <= D <= 127 --------------
Description. A program branch is made to LABEL, i.e., the Derived Address, DA, if the condition status, CS, indicates that the previous result which set the CS is greater than or equal to (zero). Otherwise, the next sequential instruction is executed.
Register Transfer Description.
(IC) <-- DA if (CS) = X100 or (CS) = X010;
Registers Affected. IC (if the jump is executed)