After execution of following two instructions “MOV A, #55H” and “ORL A, #01H”, the contents of the accumulator will be ( ).
A. 1BH
B. 55H
C. 3BH
D. 4BH
查看答案
For signed operations, -1 is represented in binary as ( ).
A. 10000001B
B. 01111111B
C. 10000000B
D. 11111111B
MOV 10H, 20H is a ( )-byte instruction.
A. 1
B. 2
C. 3
D. 4
For proper reset operation, RESET signal must be held high at least for ( ) machine cycles.
A. 1
B. 2
C. 3
D. 4
Port ( ) needs external pull-up resistor when used for I/O operation.
A. P0
B. P1
C. P2
D. P3