搜索资源列表
B3006@04.24
- 虚拟机程序,实现的功能: 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击);-virtual machine procedures, functions : 1. Support A, G,
rbmm
- 初学汇编语言,所做的几个汇编实验,希望可以帮到初学者。-learning assembly language, the compilation of several experiments, the desire to help beginners.
huibianshiyan
- 汇编实验报告希望大家用的上啊 这是我们上学期所作的 实验的全部内容 有实验的截图 希望大家喜欢-compilation of the report hope that we experiment with the previous ah This is our last semester of the experiment all of the components of the experimental closed Figure hope you like
yi
- 这是我上汇编实验课做的三个实验程序,功能可以是输入一个小写字母显示对应的大写字母,还有输入一串字符串,识别并且计数其不同类字符的个数
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
8259a中断实验
- 利用系统内嵌的8259中断控制器芯片处理IRQ7的中断,要求程序最多响应5次中断,然后退出。中断服务程序只需在屏幕上显示字符串即可(比如说打印:This is a IRQ7)
iassembler
- 一个汇编器,实现将实验系统的汇编语言变成机器语言。 还有一个hex生成器,将16进制的机器语言转换成hex格式。-An assembler, to achieve an experimental system in assembly language into machine language. There is also a hex generator, will be 16 hexadecimal machine language converted into hex format.
fenzhijiegou
- 分支结构,我们的汇编实验之一,挺不错的,有兴趣的可以加我qq364523756-Branch structure, one of our compilation of experimental, very good, and are interested I can add qq364523756
asdasdsd
- 大三的汇编实验源码,包括字符匹配,表格形式输出字符,不同类型字符的统计,以及综合性实验电话号码查找!-St. Paul s compilation of experimental source, including the characters match, in tabular form the output of characters, different types of characters to statistics, as well as the comprehensive expe
huibian
- 这是我做的汇编实验,其中包括4个实验:(1)实验方法,(2)用表格显示字符,(3)分类统计字符个数,(4)查找电话号码-This is a compilation of me to do the experiment, including the four experiments: (1) experimental methods, (2) use table shows the characters, (3) the number of separate statistics on the c
2.3_compare_string
- IBM-pC 汇编 实验 2.3比较输入字符串-IBM-pC compilation of the experimental 2.3
hexinjishubiancheng
- 操作系统实验教程——核心技术编程实例。包括中断处理,文件管理等具体实例。主要采用汇编语言。-Experimental tutorial operating system- the core technology programming examples. Including interrupt handling, document management, such as concrete examples. The main use of assembly language.
zhidao
- 这个文档主要是展示一下我之前学的汇编实验的内容,大家觉得有用的话就拿去-The documents show what I was mainly a compilation of school before the experiment, we find it useful to take the words
4_1
- 汇编实验,要求做的很简单,我也是刚学了点汇编知识,所以用着试一试。-Compilation of experiment, asked to do is very simple, I was just learning the point of compilation of knowledge, it is to use a try.
wenbenbianji
- 汇编语言课程设计的报告,简单文本编辑器的设计与实验-Assembly language curriculum design report, a simple text editor, Design and Experiment
huibian
- 80x86分支,循环,子程序,宏程序设计 汇编实验-80x86 branches, loops, subroutines, macro assembler programming experiment
微机原理实验
- 汇编语言程序和一些小实验,能够帮助同学实现汇编小结果(Assembly language software)
几个汇编经典代码
- 几个经典的汇编代码。 1. 顺序程序设计 2. 分支程序设计实验 3. 循环程序设计实验 4. 子程序设计实验 5. 码制转换程序实验 6. 两个数相乘的实验(Several classic assembly code.)
实验四前三题
- 1、8255 芯片初始化 (1) 分析原理图,计算 8255 芯片和 8253 芯片在 IO 空间中各内部寄存器的端口地址,修改 Demo 程序(main.asm 和 INTDemo.asm)中 IO 空间地址的符号定义(xxH)。 (2) 分析原理图中 8255 芯片 PA、PB 和 PC 口的信号传输方向确定各端口的输入及输出状 态,填充源代码框架中 8255 芯片初始化子程序 INIT8255,完成 8255 芯片初始化代码。 (3) 分析原理图中 PC 口的电路功能,完成对 PC 口各信
汇编实验汇总
- 汇编实验的相关参考,包含内容比较全面,有需要的可以自行下载