BXX | (RA CC CS EQ GE GT HI LE LS LT MI NE PL VC VS) | |||||||||||||||||
Main Menu | ||||||||||||||||||
SIZE: | SHORT | WORD | ||||||||||||||||
Branch | 10 | 10 | ||||||||||||||||
Continue | 8 | 12 | ||||||||||||||||
BSR | 18 | 18 | ||||||||||||||||
DBXX | (CC CS EQ GE GT HI LE LS LT MI NE PL VC VS) | |||||||||||||||||
Branch | Condition Met | Decremented To False | ||||||||||||||||
10 | 12 | 14 | ||||||||||||||||
DBXX NOTES | ||||||||||||||||||
Under the circumstance that "Condition Met" occurs at the same time "Decremented To False" is about to occur. "Condition Met" will have priority over "Decremented To False", as the decrement will not occur. | ||||||||||||||||||
For DBF, "Condition Met" will never occur. But for DBT, "Condition Met" will ALWAYS occur ("Decremented To False" never occurs as a result of this, no decrement will occur either, this instruction is likely for development purposes). | ||||||||||||||||||