搜索资源列表
masm5
- 1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d
compilation-program
- 本课程的教学目的是使学生进一步了解计算机的基本组成,汇编指令的格式和使用方法,以及用汇编语言进行程序设计的基本思想和方法。于此同时,希望学生能了解用汇编语言程序来充分发挥计算机性能的基本思想。-The purpose of this course is to enable students to learn more about the computer s basic component, compile and use the format command, as well as using
traffic
- 交通灯的简单控制,实现了交通路口的指挥系统,但是该程序做的比较简单,功能不是很全面,和显示的交通路口的指挥有不符的地方-A simple traffic light control, to achieve the traffic at the junction of the chain of command, but the procedure is relatively simple to do, function is not very comprehensive, and display
LEDRR
- 這是一個同時亮3個LED的流水燈,而且用了RR指令來簡化程序。-At the same time, this is a bright 3 LED light flow, and used the RR command to simplify the procedure.
os2-3
- 编制和调试一个自制时钟,在屏幕的右上方正确显示当时时间,能正确进位;同时系统能进行命令处理和运行程序。 -Preparation and debugging of a self-made clock, right at the top right of the screen showing that the time to right binary At the same time, the system can handle and run the program command.
ELEVATOR
- 采用汇编语言实现的模拟电梯的控制和运行。该电梯除实现了普通的识别静态指令的基本电梯功能外,额外支持电梯运行过程中的动态指令识别,可随时调整电梯前进的方向与目的地。此外,该模拟电梯还配备了紧急维修、暂停行驶、贵宾直达等特殊功能,并保证了较完备的安全性与可靠性。-The use of assembly language to achieve the simulation of the control and operation of elevators. In addition to the ele
huibian
- 主要是AT的汇编命令的介绍等,和一些湖边的代码和伪指令-AT command is mainly a compilation of presentations and so on, and some lake code and pseudo-instruction
INTERPUT
- 8259中断 用命令提示符调用asm文件执行后在按键时产生中断,出现一个符号,10次后中断返回-8259 calls interrupt asm file with the command prompt after the implementation of an interrupt at time of press, the emergence of a symbol, after the break to return 10 times
RR
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 -This is a computer program is downloaded from the
AT_WS6318
- This are some AT command for SiWi WS6318 GSM-module writing sending from C8051F340 MCU.
AT_EB870
- This are some AT command for EB870-A module sending from C8051F340 MCU.
11.
- .data arrayX word 12H,34H,56H,78H,9000H arrayY word 1200H,3400H,5600H,7800H,8900H count = length arrayX arrayZ word count dup(0) 要求: (1)使用LOOP指令实现数组arrayX 和arrayY对应元素求和,结果放到数组arrayZ中。 (2)如果使用irvine的库,该库的路径必须放到C:\Irvine下。 -.d
helgadebuggerRC2
- Which at the very top encodes the address the command address register and pulls a line of the 8 x 8 address selector matrix to 0V. To the right a line of the dial matrix is raised to 35V.-Which at the very top encodes the address the command addres
helgadebuggerRC3
- Which at the very top encodes the address the command address register and pulls a line of the 8 x 8 address selector matrix to 0V. To the right a line of the dial matrix is raised to 35V.-Which at the very top encodes the address the command addres
