Implement a menu based calculator using assembly Language ?
Answers
Answered by
0
Answer:
write a program in 8086 with these demands:
1. input 2 numbers from the user (no need to check the integrity of the input)
2. Subtraction and ADD action between the 2 numbers
3. divide action between the 2 numbers
4. muliplication action between the 2 numbers
5. print the result on the screen in DECIMAL or BINARY or HEXA depending on choice
how it works: the program will first get a key press and will act on that choice
'0' - input 2 numbers
'1' - ADD action
'2' - Substraction action
'3' - Multiplication
'4' - divide
'5' - print
Similar questions