Hand assemble the instruction below. Only 8-bit MOV instructions are supported. Note that the MCU used is the MCB1700.
ADD R4, R4, R2 ; Equals R4 = R4 + R2- ADD Rd, Rn, Operand
- Rd:= Rn + Operand
Lab questions
- What does the top part of the code do (2009C000)
- How did you calculate the value in the counter
- How many instruction cycles are there