Question: using assembly language (irvine) 2. Write an assembly program that subtracts two long integers and displays the result on screen. Numbers should be stored as
using assembly language (irvine)

2. Write an assembly program that subtracts two long integers and displays the result on screen. Numbers should be stored as strings. num1 BYTE "42345" num2 BYTE "23456" The output should be: The subtraction - 18889
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
