Conditional structures: Difference between revisions

m
(Add 360 Assembly section)
Line 4:
 
=={{header|360 Assembly}}==
Here are the branch mnemonic opcodes:
<lang 360asm>
<lang 360asm>* Unconditional Branch or No Branch:
B label Unconditional
BR Rx "
Line 52:
BNMR Rx "
BNZ label Branch if Not Zero
BNZR Rx "</lang>
</lang>
 
=={{header|6502 Assembly}}==
1,392

edits