HLASM - BHR = Branch on High Register
The opcode of the BHR extended mnemonic is X'07' with mask B'0010'.
The mask is the third hex digit of the instruction, and - though this is
uncommon - can be regarded as the third hex digit of the opcode as well.
Usage
- Perform a branch if the condition code is 2 or B'10', meaning
"high".
- Condition code 2 may occur after compare operations, such as
CLC, indicating the first operand was higher than the
second.
Arguments
- Register holding the destination address.
Function
- The processor uses the PSW's two-bit condition code as an index into the
4-bit condition mask.
- If the selected mask-bit is one, then it branches to the address
specified in the second argument. If the bit is zero, then the processor
continues with the next instruction.
- The condition code does not change.
Special Cases
- If the destination address is in register 0 no branch will be taken.
Related Instructions
- BPR is a synonym for the BHR mnemonic.
- BH branches to a location that is directly
addressable in base-displacement form.
- BCR is the real instruction associated with this
extended mnemonic.
Hardware
- All hardware supports the BHR instruction.
Remarks
- The PSW's Amode setting determines how many bits are used for the
destination address.
Examples
YREGS * Define register names
...
CR R6,R1 * Check for max.
BHR R14 * Max. exceeded: return
...
To the Opcodes Overview.
To the English Homepage for Hlasm.com.
To the General Homepage for Bixoft and Hlasm.com.
This site is a member of WebRing.
You are invited to browse the
list of mainframe-loving sites.
|
|
Dinos are not dead. They are alive and well and living in data centers all
around you. They speak in tongues and work strange magics with computers.
Beware the dino! And just in case you're waiting for the final demise of
these dino's: remember that dinos ruled the world for 155-million years!
|
Dinos and other anachronisms
[ Join Now
| Ring Hub
| Random
|
<< Prev
|
Next >>
]
|
Below you find the logo of our
sponsor
and logos of the web-standards that this page adheres to.