The 8051 Microcontroller - Technical MCQs

Q1:

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

ANS:A - True

No answer description is available.