首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…

写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…

  • 资源大小:121.95 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 汇编语言 asm

资 源 简 介

To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall: Flags within a file register called FIFOSTATUS: • Bit 0: FIFO_full • Bit 1: FIFO_empty • Bit 2: attempt_2_read when FIFO_empty • Bit 3: attempt_2_write when FIFO_full

文 件 列 表

LAB4_group11
HW2.cof
HW2.hex
HW2.map
HW2.mcp
HW2.mcs
HW2.mcw
INT.ASM
INT.err
INT.lst
INT.o
LAB4_group11.doc

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.231351s