Find the contents of register WREG after each of the following instructions:
a. MOVLW 0x65
XORLW 0xAB
b. MOVLW 0x2E
ANDLW 0x56
Assume that MYREG = 27H.Indicate the value in MYREG after the execution of the sequence of instructions in each of the following cases:
a. MOVLW 0x5E
CPFSLT MYREG
INCF MYREG, F
ADDLW 0x5
b. MOVLW 0x84
CPFSGT MYREG
INCF MYREG, F
ADDLW 0x5
PLEASE COMMENT IN CASE OF DOUBTS
Get Answers For Free
Most questions answered within 1 hours.