Question: Hi I need help with thi question so please be specific and not advance: a program in assembly language 32-bit version to read two numbers
Hi I need help with thi question so please be specific and not advance:
a program in assembly language 32-bit version to read two numbers and print the smaller on.
Example run:
Enter first number: 27
Enter second number: 10
Smaller = 10
Use the following data definitions:
.data num1Msg BYTE "Enter first number: ", 0
num2Msg BYTE "Enter second number: ", 0
smallMsg BYTE "Smaller = ", 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
