Home » Digital Electronics » The 8051 Microcontroller

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

Correct Answer: True

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion