1.

Other Than Setb, Clr Are There Any Single Bit Instructions?

Answer»
  • There are in TOTAL 6 single-bit INSTRUCTIONS.
  • CPL bit: complement the bit (bit= NOT bit).
  • JB bit, TARGET: Jump to target if bit EQUAL to 1.
  • JNB bit, target: Jump to target if bit is equal to 0.
  • JCB bit, target: Jump to target if bit is equal to 1 and then clear bit.

 

 



Discussion

No Comment Found