Description: Write an assembly program that performs multiplication: a = b x c, where a, b, c are all
unsigned 1-byte numbers. The program takes b and c the keypad and displays the
result on LED bars. When there is an overflow in the calculation, the LED bar flashes 3
times.
Note: you can use “*” key for “x” and the “#” key for “=”. For example, to get 12x9, your
input key sequence is 1 2 * 9 #.
To Search:
File list (Check if you may need any files):
Avr_multiplication.asm