Question: ASSEMBLY LANGUAGE Answer should be in ASSEMBLY LANGUAGE ONLY Write a program using authors routines, ReadDec and WriteDec, to read two numbers and print the
ASSEMBLY LANGUAGE
Answer should be in ASSEMBLY LANGUAGE ONLY
Write a program using authors routines, ReadDec and WriteDec, to read two numbers and print the larger one.
Example run:
Enter first number: 27
Enter second number: 10
Larger = 27
Use following data definitions:
.data
num1Msg BYTE Enter first digit: , 0
num2Msg BYTE Enter second digit: , 0
largeMsg BYTE Larger = . 0
num1 BYTE ?
num2 BYTE ?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
