Monday, 6 February 2017

6. Condition Register OR XL-form

cror BT,BA,BB
CRBT+32 <-  CRBA+32 | CRBB+32
The bit in the Condition Register specified by BA+32 is
ORed with the bit in the Condition Register specified by
BB+32, and the result is placed into the bit in the Condition
Register specified by BT+32.

Special Registers Altered:
CRBT+32

Extended Mnemonics:
Example of extended mnemonics for Condition Register
OR:
Extended: Equivalent to:
crmove Bx,By cror Bx,By,By

No comments:

Post a Comment