-
自己编的汇编程序(masm5.0),执行后在DOS窗口显示路径,回车后自身即被删除,设成只读隐藏也不行,所以执行前请作好备份:)
自己编的汇编程序(masm5.0),执行后在DOS窗口显示路径,回车后自身即被删除,设成只读隐藏也不行,所以执行前请作好备份:)-A DOS assemble language program usng masm5.0,and it can delete itself from the hard disk when running,and even if you set the program file read-only or hidden attribute,so make sure back up the program file before execution :)
- 2022-08-24 13:09:14下载
- 积分:1
-
多模块程序设计:包含汇编命令的使用 INCLUDE: EX21.ASM,EX22.ASM,PP2.ASM 设计多字节减法运算程序,要求程序能显示运算数据和结果数...
多模块程序设计:包含汇编命令的使用 INCLUDE: EX21.ASM,EX22.ASM,PP2.ASM 设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制). 数据按逆序存放:先低位后高位-multi-module programming : with the use of the compilation order INCLUDE : EX21.ASM, EX22.ASM, PP2.ASM design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases). Data stored by Reverse : first low after high
- 2022-01-25 16:56:19下载
- 积分:1
-
使用p16f876单片机,实现红外遥控接收和学习功能
使用p16f876单片机,实现红外遥控接收和学习功能-P16f876 use microcontroller, infrared remote control to receive and realize the functional study
- 2022-12-24 23:15:03下载
- 积分:1
-
编编带小动画,情人节
用汇编编的一个小动画,情人-compilation series with a small animation, Valentine
- 2022-02-01 15:34:12下载
- 积分:1
-
Implementation of cache program using C language
Implementation of cache program using C language
- 2023-06-15 10:05:03下载
- 积分:1
-
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果...
用汇编语言写的,可以实现较大数的加法运算,带回显得显示结果-Written using assembly language, you can achieve a larger number of addition operations, it is back to show the results of
- 2022-01-25 19:38:26下载
- 积分:1
-
使用win98下,对24cxx芯片进行读写操作。
使用win98下,对24cxx芯片进行读写操作。-Use win98 under 24cxx chips to read and write operations.
- 2022-12-26 11:55:03下载
- 积分:1
-
倒记时电路 用在交通灯
倒记时电路 用在交通灯-hosts circuits used in traffic lights
- 2023-04-18 16:45:03下载
- 积分:1
-
本程序**%100汇编语言**编写。 编译器: <<
本程序**%100汇编语言**编写。 编译器: 编辑器: (IDE)-the procedures**** 0 assembler language preparation. Compiler : lt; Lt ;----- MASM6.14----- gt; Gt; Editors : lt; Lt; EditPlus2 .10 c------ gt; Gt; (IDE)
- 2022-02-19 22:55:16下载
- 积分: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