Question: Write an assembly language program that determines the length of a string stored in data memory. The string length calculated by your program should be

Write an assembly language program that determines the length of a string stored in data memory. The string length calculated by your program should be stored in $50. Test your program by determining the length of a string containing your favourite colour. Note: Your length should not include the NULL character (ie. the length of green is 5). If you need to jump to the end of your program just to terminate it, you can put a "No operation (nop) command at the end of your code and assign it a text segment label
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
