MICROPROCESSOR AND MICROCONTROLLER

8051 INSTRUCTION SET ADDRESSING MODES

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following instruction is used to set bit port directly?
A
SET P1.0
B
MOV P1.0, bit
C
SETB P1.0
D
JB P1.0, bit
Explanation: 

Detailed explanation-1: -Unused locations, 80H to FFH, are reserved and must not be used by the 8051 programmer. Instruction MOV 80H, 92H will show an error because 92H is not bit addressable and is reserved and must not be used by 8051 programmer.

There is 1 question to complete.