The 8051 Microcontroller - Technical MCQs

Q1:

The following program will cause the 8051 to be stuck in a loop:
LOOP: MOV A, #00H
  JNZ LOOP

A True

B False

ANS:B - False

No answer description is available.