

MCQOPTIONS
Saved Bookmarks
1. |
This program code will read data from port 0 and write it to port 2, and it will stop looping when bit 3 of port 2 is set: STAT: MOV A, PO MOV P2,A JNB P2.3, STAT |
A. | True |
B. | False |
Answer» B. False | |