PDA

View Full Version : Assembly lang


001
May15-04, 06:28 AM
most 8-bit microproc. donot contain a * or /
can some offer some help on how i can use a shift instruction
to do this

enigma
May15-04, 03:32 PM
bitshifting to the left acts as a multiplication by 2
bitshifting to the right acts as a division by 2