In the Assembly code shown belowLOOP: MVI C,78HDCR CJNZ LOOPHLTHow many times is the DCR C Operation executed?

题目

In the Assembly code shown below

LOOP: MVI C,78H

DCR C

JNZ LOOP

HLT

How many times is the DCR C Operation executed?


相似考题
参考答案和解析
正确答案: