Write an assembly language program to perform multiplication in ASCII representation. Unlike in the last , both numbers can be multidigit (up to 5 digits) numbers. The two numbers to be multiplied are given as input in the ASCII form (your
program reads them using GerStr). The result should be displayed by using PutStr.
Hint: You need two (nested) loops, where the inner loop is similar to that in the last
.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here