-
我在汇编课上完成的一些作业(上机常见习题)和汇编课本上的几个例题,常用的输入输出模块,如:
把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;编...
我在汇编课上完成的一些作业(上机常见习题)和汇编课本上的几个例题,常用的输入输出模块,如:
把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;编写从键盘键入0至9中任一自然数x,求其立方值;内存中以BUFFER为首地址的缓冲区有10个非压缩型BCD码形式存放的十进制数,它们的值可能是0~9中的任意一个,将这些十进制数顺序显示在屏幕上等等,-I completed classes in the compilation of a number of operations (on the machine common exercises) and the compilation of textbooks on a few examples of commonly used input and output modules, such as: the compressed storage of BCD code, converted to decimal ASCII code corresponding to the procedure prepared from the keyboard type 0-9 in any natural number x, for the cubic value memory to buffer BUFFER headed Address has 10 non-compression type BCD code stored in the form of a decimal number, their value may be 0 ~ 9 any one of these decimal number sequence displayed on the screen, etc.
- 2023-08-11 06:25:03下载
- 积分:1
-
小灯控制程序,流水灯控制程序,四种变化方式。
小灯控制程序,流水灯控制程序,四种变化方式。-Small lamp control procedures, water lamp control procedures, four types of changes in the way.
- 2022-08-14 00:52:09下载
- 积分:1
-
DS1302 integrity C procedures used in the four eight
DS1302的完整C程序,用到了四位八段数码管显示,同时也用了74LS164,大家有空可以看看哈。-DS1302 integrity C procedures used in the four eight-Digital Display, also spent 74 LS164, we can look at the availability Kazakhstan.
- 2022-05-28 14:04:06下载
- 积分: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
-
ttfdump源代码,希望大家喜欢,我会上传更多的代码共享
ttfdump源代码,希望大家喜欢,我会上传更多的代码给大家分享-ttfdump source code, hope you like them, I will upload more code to share
- 2023-01-01 07:35:03下载
- 积分:1
-
recently prepared by the source code, we may feel at ease with it and handy, wit...
这是本人最近编写的源代码,大家不妨放心用吧,太好用了,用了就知道了。-recently prepared by the source code, we may feel at ease with it and handy, with a will know.
- 2022-07-26 04:19:26下载
- 积分:1
-
Calculator c# programming development environment, because there is no c# no oth...
计算器c#编程
由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
- 2023-04-15 17:05:03下载
- 积分:1
-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1
-
Tabla multiplicar
.model 小
64.stack
.data
num db"Introdusca 联合国第 $",10,13 ;可变段 reslpaldar el número digitado por el usuario。
.code
属于:
mov ax @data
mov ds、 ax
mov 啊,09 h
lea dx num
int 21 h
mov 啊,01h ;Pedir el número al usuario
int 21 h
潜艇基地,30 h
mov num,al ; guardamos el número digitado en num 中。
mov cl,01 h; Iniciamos el 康塔多 en 1
mov cx 10
tabla:
mov al,num ; movemos al número guardado en num AL
mul cl ; se multiplica CL por AL,el resultado se 瓜尔达 en AL
aam ; ajuste ASCII 段 multiplicación
mov bx,ax;Se respalda la multiplicación BX el
mov 啊,02 h
mov dl,10,13 ; imprimimos 联合国非裔
int 21 h
mov 啊,02 h
mov dl,bh ; Imprime la 单方面阿尔塔德尔登记 BX,si el número es 市长德 9 imprime las decenas
添加 dl,30 h;Suma 30 段 imprimir el número 真实。
int 21 h
mov dl、 bl ; imprime la 单方面巴哈德 BX o la
- 2022-01-25 14:43:48下载
- 积分:1
-
此源码是我从一篇日本论文中摘下来的,大家可以借鉴一下,如果需要的话。...
此源码是我从一篇日本论文中摘下来的,大家可以借鉴一下,如果需要的话。-I learned from this source is a paper off to Japan, and we can learn from you, if necessary.
- 2022-06-19 22:48:09下载
- 积分:1