Question: a) Write an assembly language program that reads in 10 decimal numbers and displays the largest. Test your program by entering 3, 100, -30, -50,
a) Write an assembly language program that reads in 10 decimal numbers and displays the largest. Test your program by entering 3, 100, -30, -50, 101, 99, 0, -1, 5, 77. b) Then after write an another assembly language program that reads in a string and displays it with its characters in reverse order. Test your program by entering hello. Use the stack.
Step by Step Solution
There are 3 Steps involved in it
Here are both assembly language programs written for the x86 architecture using NASM syntax and DOS interrupts for 16bit real mode These programs can ... View full answer
Get step-by-step solutions from verified subject matter experts
