📜  门|门 CS 1996 |第 54 题

📅  最后修改于: 2021-09-26 03:45:18             🧑  作者: Mango

基于 8052 的系统有一个地址为 00H 的输出端口。考虑以下汇编语言程序。

ORG    0100H
MVI    A, 00H
LXI    H, 0105H
OUT    00H
INR    A
PCHL
HLT
a) What does the program do with respect to the output port 00H?
b) Show the wave forms at the three least significant bits of the port 00H.

回答:
解释:
这个问题的测验