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. | 1 |
| B. | |
| C. | MOV P2, R3 |
| D. | MOV R3, P2 |
| Answer» B. | |