资源列表
shutdown_asm
- 在DOS下用汇编言语写的关机程序,涉及到DOS子例程和BIOS例程的调用有相应的说明.-In DOS assembly language program written off, sub-routines related to the DOS and the BIOS routine call corresponding instructions.
StartupA51
- Keil编译环境下的启动代码,中文版的,可以加在工程中,在需要的时候方便配置单片机的内存.-Keil compiler environment startup code, the Chinese version, can be added to the project, when necessary to facilitate the configuration of the memory chip.
Keil_CaASM
- 介绍了在Keil编译环境下,怎么样用C语言和汇编语言混合编程的2种方法.-Introduced in the Keil compiler environment, how to use the C language and assembly language programming mix two kinds of methods.
digital-display
- 汇编语言编写的单相数显表软件,采样芯片用CS5460a,具有通信功能。-Single-phase assembly language digital display software, sampling the chip with CS5460a, has a communication function.
AN8
- mikrokontroller based temperature gauge
SCOM
- 将汇编语言翻译成机器码,在vs2005 下编写,最终机器码为十六进制-The assembly language into machine code
TALK_1
- 汇编语言编写的简单网络小程序,描述了如何使用win32汇编进行网络编程-a little program base on win32 asm
Asm
- 用asm汇编语言设计“俄罗斯方块”游戏。-Asm with assembly language design "Russian square" game.
freq
- 51 汇编频率及 不错啊 好好看看 1602显示 还有数码管-Ah well compiled 51 and take a look at the frequency 1602 digital display as well
19521213545
- 这是一款易语言远吗开源技术支持免费的石智勇 如果没有注册吗可以通过注册使用-This is an easy language far behind open source technology support free Shi Zhiyong If not registered you can sign up to use
K4
- 在内存缓冲区BUF中存放着一组无符号的字数据,要求采用模块化程序设计技术,将这组数据由小到大排序并在显示器上显示。 题目分析:将任务划分成三个模块:主控模块、排序模块、显示模块。 各模块的命名及功能如下: (1)主控模块:命名为MAIN,功能为实现各个子模块的调用,在主模块内定义数据区。 (2)排序模块:命名为SORT,功能为实现将BUF缓冲区中的一组数据由小到大排序。 (3)显示模块:命名为OUTPUT,功能为实现将BUF缓冲区中的数据转换成ASCII码存放在TAB缓冲区并
K7
- 将36位BCD数转换成ASSCII十进制数,以BCDBUFF为首地址的内存区中存有18个字节的组合BCD数,要求转换为相应的36个ASCII十进制数,并依次输出到CRT显示。BCD数存放时,低位在前,高位在后,例如,若BCD缓冲器内容12H,34H,56H,78H,...12H,56H,78H,则要求CRT上依次显示以下36个数字: 785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address m
