Bit handling mechanism

Thread Starter

bhuvanesh

Joined Aug 10, 2013
268
"Microcontroller: fewer op- codes, more
bit handling Instructions"

here what is mean by bit handling mechanism
 

MrChips

Joined Oct 2, 2009
30,810
My guess is it refers to
BSET, BCLR (bit set and bit clear) and
BRSET and BRCLR, (branch if bit is set, branch if bit is clear) instructions.
 
Top