You want to branch if R0 is less than R1 after the following
instruction. Which branch instruction do you use? It
is assumed, however, that unsigned data are stored in R0 and R1.
CMP.W
R0,R1
2.
After the following instruction is executed, is Z in the CCR "0" or
"1"?
CMP.W
R0,R1
3.
The following program is designed to obtain the minimum value from
10 blocks of byte data at the ROM_DT address using a subroutine and store
it in the RESULT address. Enter appropriate information in parentheses.
It is assumed, however, that signed data are stored
in the ROM_DT address.