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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!