-
addition of fixed values
固定值的加法。我用bx和ax作为寄存器。bx表示第一个固定值,ax表示第二个固定值,然后将其相加。
- 2022-09-27 03:00:03下载
- 积分:1
-
回溯法求迷宫问题
回溯法求迷宫问题-back Method Maze
- 2022-08-12 12:43:48下载
- 积分:1
-
显示所有dmi信息。运行时请把输出定向到一个文本文件
显示所有dmi信息。运行时请把输出定向到一个文本文件-show all dmi information. Runtime Please output directed to a text file
- 2023-02-20 12:25:04下载
- 积分:1
-
十六位按键功能的读写程序,包括汇编原代码,可烧录文件,熟悉按键检测功能的使用方法...
十六位按键功能的读写程序,包括汇编原代码,可烧录文件,熟悉按键检测功能的使用方法-16 button functions to read and write procedures, including the compilation of the original code, recordable documents, familiar with the use of key detection method
- 2022-06-03 04:42:34下载
- 积分:1
-
very detailed compilation small example source code and compiled learning course...
很详细的汇编小例子程序源代码以及汇编学习课件!忘多多下载-very detailed compilation small example source code and compiled learning courseware! Download forgotten lot
- 2022-05-22 05:19:38下载
- 积分:1
-
液晶显示器组装程序
本例的汇编程序,我希望一些身体如何组装转换为C,与诚挚的祝福: 祝你很欣赏
- 2022-10-07 15:35:03下载
- 积分:1
-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1
-
lcd1602,简单的液晶显示程序
lcd1602,简单的液晶显示程序,我用的是51单片机,将程序下载到单片机上,上电成功后,液晶屏就会自动显示提前设定好的要显示的内容,要想设定显示内容,只需在编程里将输出内容改成要输出的内容就可,超级简单,绝对可以用,
- 2022-04-28 19:44:28下载
- 积分:1
-
用masm编的显示时间和设置系统时间的汇编源代码,通过提示可以进行相应的功能...
用masm编的显示时间和设置系统时间的汇编源代码,通过提示可以进行相应的功能-masm addendum to the use of time- and time to set up the system source code compilation, can be suggested by the corresponding function
- 2022-04-02 04:32:15下载
- 积分:1
-
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的...
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的-instructions on the compilation is a small dictionary, used to be very uncomfortable for some beginners should help
- 2022-06-01 14:46:15下载
- 积分:1