-
Notifications
You must be signed in to change notification settings - Fork 0
SkipBitRegClr
Bob Burns edited this page Dec 2, 2017
·
1 revision
SkipBitRegClr
Operation:
If Rr(b) == 0 then skip next instruction
Syntax:
SkipBitRegClr Rr,b
Opcode:
1111 1100 rrrr 0bbb
Status Reg:
- T - S V N Z C
- - - - - - - -
Additional Notes:
Skip next instruction if bit in register is 0
Example:
SkipBitRegClr r10,7
Jump collision
NOP ; no collision