Lab 8 – 60-266-implement binary multiplication using arithmetic shift and add operations using assembly
OBJECTIVES: i) Understand binary multiplication. ii) To learn to implement binary multiplication using arithmetic shift and add operations. iii) To learn to access and manipulate bits using various shift/rotate operations Problem: a) Multiply a 16-bit unsigned integer (03B2 h) by 12 using ...
Continue reading