-
8086汇编程序计算平均成绩
;功能:输入num个两位数据(00~99),显示求出的和与平均数;说明:以英文输入法,输入格式为98,95,90,96,94…,每次两位,最后以回车结束;注意:输入成绩的个数超过或者少于num定义的个数,程序均会提示出错信息 ;开发平台:emu8086 V4.05;编写:LS 2014年1月3日
- 2023-02-23 15:00:02下载
- 积分:1
-
推箱子
推箱子-Sokoban
- 2023-03-22 03:15:04下载
- 积分:1
-
利用LS273译码器并结合8255a和8259编写的电梯控制器程序
利用LS273译码器并结合8255a和8259编写的电梯控制器程序-Use LS273 decoder 8255a and 8259 prepared in conjunction with the elevator control program
- 2023-01-06 21:25:03下载
- 积分:1
-
TLV2544/48 Interface routine
TLV2544/48 Interface routine
- 2022-03-29 01:04:28下载
- 积分:1
-
求一堆数里面的最大值
求一堆数里面的最大值-heap for the maximum number of inside! !
- 2023-05-31 17:35:03下载
- 积分:1
-
EEPROM_24C01的C源代码,精巧实用,带有注释.
EEPROM_24C01的C源代码,精巧实用,带有注释.-EEPROM_24C01 the C source code, sophisticated and practical, with Notes.
- 2022-03-09 18:35:58下载
- 积分:1
-
Bubble Sorting in Assembly language
Bubble Sorting in Assembly language
- 2022-02-14 00:42:53下载
- 积分:1
-
USB PDIUSB12D C语言 中断服务处理程序
USB PDIUSB12D C语言 中断服务处理程序-USB PDIUSB12D C language processing service interruption
- 2023-06-16 01:00:02下载
- 积分:1
-
PView CE from Microsoft Corporation
PView CE from Microsoft Corporation
- 2022-09-05 19:10:03下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
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
- 2023-05-10 17:35:03下载
- 积分:1