Home » Microprocessor » 8085 Microprocessors » Question

8085 Microprocessors

  1. Specify the number of times the given loop will count— LOOP:
    MVI B, 64 H
    DCRB
    JNZ LOOP
    1. 101
    2. 100
    3. 65
    4. Infinite
Correct Option: D

Infinite



Your comments will be displayed only after manual approval.