登录

最新会员 最新下载

成为了本站VIP会员

今天20:16

成为了本站VIP会员

今天10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14
已选条件
  1. 编程语言:Asm
  2. 代码类别:所有
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. cop2000

  cop2000实现无符号数乘法——两个8位无符号数相乘,所乘结果是16位,采用原码一位乘,在计算时,用乘数寄存器的最低位来控制部分积是否与被乘数相加,然后右移部分积和乘数,同时乘数寄存器接收部分积右移出来的一位,完成运算后,部分积寄存器保存乘积的高位部分,乘数寄存器中保存乘积的低位部分。(Cop2000 implements unsigned number multiplication-multiplication of two 8-bit unsigned numbers. The multiplied result is 16 bits. When calculating, the lowest bit of multiplier register is used to control whether or not the partial product is added to the multiplier, and then the partial product and multiplier are moved right. At the same time, the multiplier register receives the right-shifted bit of the partial product. After completing the operation, the partial product register saves the product. The higher part, the lower part of the product is saved in the multiplier register.)

2
下载
189
浏览
2021-01-03发布

2. cop2000

说明:  cop2000实现无符号数乘法——两个8位无符号数相乘,所乘结果是16位,采用原码一位乘,在计算时,用乘数寄存器的最低位来控制部分积是否与被乘数相加,然后右移部分积和乘数,同时乘数寄存器接收部分积右移出来的一位,完成运算后,部分积寄存器保存乘积的高位部分,乘数寄存器中保存乘积的低位部分。(Cop2000 implements unsigned number multiplication-multiplication of two 8-bit unsigned numbers. The multiplied result is 16 bits. When calculating, the lowest bit of multiplier register is used to control whether or not the partial product is added to the multiplier, and then the partial product and multiplier are moved right. At the same time, the multiplier register receives the right-shifted bit of the partial product. After completing the operation, the partial product register saves the product. The higher part, the lower part of the product is saved in the multiplier register.)

3
下载
167
浏览
2021-01-03发布

3. 基于8253、8255芯片汇编实现简易电子琴

说明:  基于8086,8255,8253的七键电子琴(Based on 8086 seven key electronic organ)

0
下载
134
浏览
2020-12-27发布

4. openloop

说明:  基于SVPWM的开环V/F控制程序。用tm320lf2407实现。(SVPWM based on the open-loop V/F control procedures. With tm320lf2407 achieve.)

0
下载
103
浏览
2020-12-27发布

5. LcdDrive

  笔段式LCD驱动方法,利用单片机直接驱动,无需外加芯片(A LCD driving method, the use of single-chip drive directly, without the need of additional chip )

21
下载
101
浏览
2020-12-23发布

6. nan

  在8086 proteus 下的 电压报警器 南通大学微机原理课程设计电压报警器(In 8086 proteus voltage alarm Nantong University Computer Principles of curriculum design voltage alarm)

42
下载
121
浏览
2020-12-21发布

7. 8086-experiment

  基于Proteus的8086接口仿真实验,内含实验说明书及代码(Proteus 8086 interfaces based simulation, embedded test specification and code)

42
下载
137
浏览
2020-12-16发布

8. 8251

  基于proteus平台8251实例仿真,该实例主要是用于学习微机原理与接口技术作为参考资料。(8251 chip simulation based on platform of proteus)

2
下载
127
浏览
2020-12-10发布

9. 3100403130

  全自动洗衣机,用汇编编写。有proteus仿真,运行可用,大三单片机课程大作业(Automatic washing machine)

34
下载
96
浏览
2020-12-09发布

10. 3100403130

  全自动洗衣机,用汇编编写。有proteus仿真,运行可用,大三单片机课程大作业(Automatic washing machine)

35
下载
100
浏览
2020-12-09发布

11. 数码管时钟 电子钟 时分秒 可调时分 8086 仿真ASM

说明:  数码管时钟 电子钟 时分秒 可调时分 基本功能 (1) 可由按键调整时间 (2) 可整点报时(“嘟、嘟”声) (3) 可设定时,定时时间到发出“嘟、嘟”声 显示器件可选 段式LED显示或者LCD模块显示,嘟嘟声可选用蜂鸣器。(Digital tube clock electronic clock hour minute second adjustable time basic function (1) The time can be adjusted by pressing the key (2) Time can be reported at the same time ("beep, beep") (3) It can set the timing, and the "beep, beep" sound will be emitted when the timing is up to Segment LED display or LCD module display can be selected for display device, and buzzer can be selected for beep sound.)

7
下载
104
浏览
2020-12-08发布

12. dan

  单片机制作电子钟,用8254 8255 8259 (The production of single-chip clock, and 8254 8255 8259)

5
下载
91
浏览
2020-12-08发布

13. 89C51PWM

说明:  51单片机的PWM 的汇编语言程式与protues电路图仿真(51 PWM MCU assembly language programs and protues circuit simulation)

0
下载
110
浏览
2020-12-06发布

14. Strfind

  一个简单的汇编源程序。从键盘输入两个字符串:A串,例如’software’;B串,例如’school of software engineering’; 判断A在B中是否存在,如果存在,输出“FOUND”,反之,输出“NOT FOUND” (A simple assembler source. Two strings: A string is entered from the keyboard, such as ' software' B string, for example ' school of software engineering' judge of A in B exists, if it exists, the output " FOUND" , on the contrary, output " NOT FOUND" )

8
下载
132
浏览
2020-12-02发布

15. PWM-DC-MOTOR

说明:  电位器输入电压信号,经过ADC转换作为PWM的控制信号,可连续调节直流电机转速(Potentiometer input voltage signal, the ADC conversion as the PWM control signal, Adjustable Speed DC Motor)

0
下载
109
浏览
2020-11-29发布

16. snake2

说明:  Snake game in 8086 assembly

0
下载
114
浏览
2020-11-27发布

17. dspbook2

  DSP控制器原理及其在运动控制系统中的应用,,做电机控制的话,很适合(Principle DSP controller and its application in motion control system, motor control to do so, it is suitable for)

110
下载
96
浏览
2020-11-18发布

18. 240128-7

  240128-7液晶的驱动程序(汉字+图形)(240128-7 LCD driver (Chinese+ graphics))

12
下载
78
浏览
2020-11-15发布

19. Masm60

说明:  (1)把该字符串传送到附加段中偏移量为GET-CHAR开始的内存单元中。 (2)比较该字符串是否与“The Computer”相同,若相同则将AL寄存器的内容置1,否则置0。并要求将比较次数送到BL寄存器中。 (3)检查该字符串是否有“&.”符,若有则用空格符将其替换。 (4)把字符串大写字母传送到附加段中以 CAPS 开始的单元中,其余字符传到以CHART开始的单元中。然后将数据段中存储上述字符串的单元清0。((1) The string is passed to the memory unit in the additional segment whose offset is the start of get-char. (2) Compare whether the string is the same as "the computer". If it is the same, set the content of Al register to 1, otherwise set it to 0. The comparison times are required to be sent to BL register. (3) Check that the string has a "&." character, and if so, replace it with a space character. (4) The uppercase letters of the string are transferred to the cells starting with caps in the additional segment, and the rest of the characters are passed to the cells starting with chart. Then, the unit in the data segment that stores the above string is cleared to 0.)

2
下载
136
浏览
2020-11-03发布

20. 外部中断

说明:  STC单片机实现外部中断 型号“IAP15W4K58S4”(External interrupt is realized by STC microcontroller)

0
下载
99
浏览
2020-10-29发布