Lecture10-Fixed Point Arithmetic
Lecture10-Fixed Point Arithmetic
MICROPROCESSOR &
INTERFACING
Modified
Flowchart
diagram to
perform
signed
multiplication.
If data are shifted to the left, they multiply by 2 for each bit
position of the shift.
If data are shifted to the right, they divide by 2 for each bit
position of the shift.
Knowing this as a technique used to multiply by a constant, a
technique can be developed so that a number can be divided
by any power of 2.
Signed binary
division is
treated in the
same manner
as signed
multiplication.