Learn one new instruction today – Compare and Branch – CRB. You can tighten your code just a bit with CRB, an instruction that combines a comparison operation on two registers with a branch operation – all in one line. It comes with some extended mnemonics that make it easy to use. Learn all about it here in the time it takes to finish a cup of coffee.
Instruction of the Day: CRB
Categories:
2 thoughts on “Instruction of the Day: CRB”
Leave a ReplyCancel reply
Related Posts
Review an Instruction: AGReview an Instruction: AG
With hundreds of instructions to choose from, it never hurts to review one. Get my take on Add Grande (AG) ...
Bit by BitBit by Bit
Most programmers rarely give a second thought to the bit patterns their compilers generate. After all, they don’t need to. ...
Happy New YearHappy New Year
It is a happy new year for me. I recently retired from the university and I’m enjoying entertaining myself ...

I *love* these new (since z10/2008) “Compare […] and Branch” instructions.
I also love how you explain the extended mnemonics. Even though they’re found in both the Principles of Operations and the Reference Summary, I always end up going to Tachyon when I need one:
http://www.tachyonsoft.com/inst390m.htm
… your explanation makes it easy to remember.
“Compare […] and Branch” in Principles of Operations:
http://publibz.boulder.ibm.com/epubs/pdf/dz9zr006.pdf – page 7-57
Extended-Mnemonic Suffixes for Compare-and-Branch:
http://publibz.boulder.ibm.com/epubs/pdf/dz9zs005.pdf – page 39
Many thanks 🙂