Contents Last Page Next Page

bit operation


Binary representation:  for easy hardware architecture/realization

Right most significant bit, and shift left at each clock!

Eg.:  

011 equals 6 in Decimal

01100 equals 6

0101 equals 10

01111000  equals 30 in Decimal  (all zeros at the right ends: redundant, for pipeline operations)

Author: NTU CMLAB
Contents Last Page Next Page