In: Computer Science
Write a possible assembly language instruction or set of
instructions to accomplish the following:
a) Compare the byte stored at the memory location pointed to by
register R4 to the upper (higher) byte
stored in register R5
b) Branch to instruction at label ‘ZERO’ if the lower byte of register R6 is zero
c) Jump to the instruction at label ‘EVEN’ if the value in register R7 is an even number