Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,有人可以帮助我了解如何使用 PIC16F877 中的三个指针同时使用多个指针,“FSR 和 INDF”。
如果您曾经阅读过 PIC16F877 数据表,就会发现在 PIC16F877 MCPU 下只有一个名为 FSR 的间接寻址寄存器。通过连接 8 位 FSR 寄存器和 IRP 位 (STATUS.7) 获得有效的 9 位地址。启动 FSR 地址后,您可以通过 INDF 寄存器访问寻址寄存器。