文件名称:Avr_multiplication
介绍说明--下载内容均来自于网络,请自行研究使用
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 #.-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 #.
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 #.-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 #.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Avr_multiplication.asm