Compose a loop program to examine the eight bytes in the words y and z. If a byte is the code for a decimal number, output it to the console. Otherwise, simply ignore it and examine the next byte. The program must be a loop. That means that you must write a loop that will execute eight times to examine each byte, output if necessary, and continue. End the program as usual with a syscall 10. After completing the program answer this question: What numbers are output? Note: You do NOT have to load a word and partition off each byre, to be able to test it. There is an easier way. Think

Solved
Show answers

Ask an AI advisor a question