资源列表
datefile
- 汇编实例。得到当前的系统时间、日期等参数。-Compilation of examples. Get current system time, date and other parameters.
Count_Key_Presses
- 从键盘输入,程序记录所按的键的数目。汇编实例。-Input from the keyboard, the program records the number of the key pressed. Compilation of examples.
number-of-assembly
- 用汇编语言实现10个数从大到小排列,代码简单易懂,适合汇编语言初学者学习参考-10 the number of assembly language descending order, the code easy to understand for beginners to learn assembly language reference
fj
- 从buf单元开始存放10个8位无符号数,将10个数去掉一个最大的,去掉一个最小的,将其余的数的算术平均值计算出并存在AVERG字节单元中-Start buf storage unit from 10 8-bit unsigned number, will remove a maximum of 10 numbers, removing a minimum, the rest of the arithmetic mean to calculate the number and there AVER
ASM_delay
- 使用汇编语言必备的最佳延时子程序,这是最好的也是最有效的!-Necessary to use assembly language subroutines best delay, this is the best and most effective!
key
- 是一个pIc键盘接口原程序-Is a pIc keyboard interface of the original program
pingjunfen
- 用汇编语言实现输入十个数,然后求他们的平均数的功能-Assembly language input ten numbers, and then find the average of their functions
chazhao
- 用汇编语言实现查找匹配功能的源代码,查找匹配-Assembly language to find matching
eluosifangkuai
- 用汇编语言实现俄罗斯方块小游戏,俄罗斯方块小游戏-Assembly language Tetris game, Tetris game
jieqiuyouxi
- 用汇编语言写的一个小游戏,汇编语言小游戏实验报告-Written in assembly language, a small game, small game in assembly language lab report
ledliushui3
- 单片机流水灯实验,实现流水效果,最简单的编程,仅供参考-Single-chip light water experiments, to achieve water effects, the most simple programming, reference
(2)
- 用减奇数开平方运算 8086/8088指令系统中有乘除法指令但没有开平方指令,因此,开平方运算是通过程序来实现的。用减奇数法可求得近似平方根,获得平方根的整数部分。我们知道,N个自然数中的奇数之和等于N2 ,即: 1+3+5=32 1+3+5+7=16=42 1+3+5+7+9+11+13+15=64+82-Odd square root operation with reduced instruction set in 8086/8088 multiply and divi
