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

using assembly language (irvine)
1. Write an assembly program that sums two long integers and displays the result on screen. Numbers should be stored as strings. numl BYTE "42345" num2 BYTE "23456" The output should be: The Sum = 65801
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
