登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

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

1. 【机组】郑淑娇

  写一小段MIPS代码,对于给定的$s0和$s1寄存器的值,对$t系列寄存器做如下操作: $t0 = $s0 $t1 = $s1 $t2 = $t0 + $t1 $t3 = $t1 + $t2 ... $t7 = $t5 + $t6(Write a short piece of MIPS code. For a given value of $s0 and $s1 registers, do the following fo$t0 = $s0 $t1 = $s1 $t2 = $t0 + $t1 $t3 = $t1 + $t2r the $t series registers:)

0
下载
138
浏览
2021-03-24发布

2. 2250_USB_Library_ISP_V1.4

  sonix系列mcu USB库汇编代码,用于进行2250系列mcu(Sonix Series mcu USB library compiled code, used in 2250 Series mcu)

86
下载
123
浏览
2021-02-14发布

3. AD574

  利用AD574开发的高精度数字电压表,可精确到小数后六位。(AD574 developed using high-precision digital voltmeter,accurate to six decimal.)

122
下载
129
浏览
2021-02-08发布

4. Music_huacao

  音乐兰花草播放演示,汇编编写,用的是扬声器,不是蜂鸣器!(Music orchids player demo, compilation of writing, using a speaker, not the buzzer!)

4
下载
175
浏览
2021-01-16发布

5. nan

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

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

6. dan

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

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

7. 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
下载
130
浏览
2020-12-02发布

8. snake2

说明:  Snake game in 8086 assembly

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

9. 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
下载
134
浏览
2020-11-03发布

10. 迪文触摸屏os程序数据库存储时间寄存器读写

说明:  文件包括asm源程序及宏定义文件,迪文触摸屏os汇编程序,数据库读写以及密码修改判断保存等,时间寄存器的读取以及转换,保存主界面数据记录到flash存储读取主界面数据记录到触摸屏数据存储地址,用于记录查看。源程序里有注释,结构比较简单。(DWIN touch screen OS assembler, database reading and writing, password modification, judgment and saving, save the main interface data record to flash storage, read the main interface data record to the touch screen data storage address, for record viewing.)

2
下载
136
浏览
2020-10-10发布

11.

说明:  根据输入的字母进行大小写转换(若是输入小写字母则转换成为大写字母,反之),若输入的不是字母则提示出错并重新输入。 分别统计下列20个数中小于零、大于等于零且小于等于5、大于5的数据个数,分别存入字节单元RES1、RES2和RES3中。(BUF DB -1, 20, 3, 30, -5, 15, 100, -54, 0, 4, 78, 99, -12, 32, 3, 23, -7, 24, 60,-51) 从键盘输入两个2位十进制整数转换成组合BCD码后,把这两个数相加,结果以十进制形式显示在屏幕上。 编制一程序,从键盘输入两个长度不同的字符串,设字符串长度小于25个字符。要求在屏幕上以右边对齐的形式显示出来。(According to the input letters, make case conversion (if you input lowercase letters, it will be converted to uppercase letters, otherwise), if you do not input letters, you will be prompted with an error and re input. Count the number of data less than zero, greater than or equal to zero, less than or equal to 5 and greater than 5 in the following 20 numbers respectively, and store them in byte units res1, res2 and res3 respectively. After inputting two 2-digit decimal integers from the keyboard and converting them into combined BCD code, the two numbers are added and the result is displayed on the screen in decimal form. Write a program, input two strings of different length from the keyboard, and set the string length to be less than 25 characters. It is required to be displayed on the screen in the form of right alignment.)

0
下载
114
浏览
2020-10-08发布

12. sqrt(x)

  用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx(Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx)

140
下载
90
浏览
2020-10-04发布

13. masm59

  附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,在数组中查找(AX),如果找到,则CF=0,,在SI中存放该元素在数组中的偏移地址。使用折半查找的方法(Additional paragraph, there is an already sorted array, the first element in the array store the length of the array have a unsigned number in AX, (AX) in the array to find if found, then CF = 0, SI store the offset address of the element in the array. Using the binary search method)

7
下载
109
浏览
2020-07-02发布

14. calculator

  科学计算器,使用汇编语言编写的科学计算器(Scientific calculator, using the scientific calculator written in assembly language)

13
下载
88
浏览
2020-07-01发布

15. jisuanqi

  一个用汇编语言写的计算器能进行科学计算有一个小的框架(Using assembly language to write a calculator capable of scientific computing has a small frame)

24
下载
107
浏览
2020-07-01发布

16. Oranges-Source

  Orange s 一个操作系统的实现,Orange s 一个操作系统的实现,Orange s 一个操作系统的实现(Orange' s an operating system implementation, Orange' s an operating system implementation, Orange' s implementation of an operating system)

30
下载
111
浏览
2020-07-01发布

17. FIR-equal-ripple-TI

  等波纹方法设计的FIR滤波器,用TMS320C54x汇编语言编程,并在CCS下调试实现该FIR滤波器。(Such as corrugated designed FIR filters, using TMS320C54x assembly language programming and debugging in CCS realize the FIR filter.)

25
下载
109
浏览
2020-06-30发布

18. fivegame

  一个五子棋游戏可以图形显示棋盘和网格线然后选择棋子 有一定智能(Gobang game can be a graphic display board and the grid and then choose a certain smart chessman)

22
下载
106
浏览
2020-06-26发布

19. USART

  USART for atmega8 works

0
下载
109
浏览
2020-06-23发布

20. USART

说明:  USART for atmega8 works

1
下载
113
浏览
2020-06-23发布