Welcome![Sign In][Sign Up]
Location:
Search - 8086

Search list

[Books2w微处理器

Description: 8086微处理器功能介绍-8086 microprocessor functions introduced
Platform: | Size: 935936 | Author: 陈小龙 | Hits:

[Books8086&8088 ppt

Description: 一个不错汇编,接口技术的ppt -a good compilation, interface technology ppt
Platform: | Size: 974848 | Author: 刘溜 | Hits:

[assembly language汇编语言时钟

Description: 通过8086的宏汇编工具以及对应的DEBUG工具,利用DOS提供的中断调用功能和BIOS系统调用功能,利用微机本身的中断向量表,实现对微机的时钟的管理操作。让微机在显示器上模拟显示一个时钟。-8086DEBUGDOSBIOS The displays allow computer simulation shows a clock.
Platform: | Size: 3072 | Author: 金龙 | Hits:

[ELanguagehc_compiler

Description: 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确的结果。    对于函数调用语句,不进行参数匹配检查,如果参数数量不对,也将能通过编译,但运行时将产生非法操作。   对&& !等逻辑操作在最后生成代码时处理比较粗燥,生成的代码在逻辑复杂时将不能保证运行正常。   接下来有一些,不能说是缺陷,但必须说明的问题:   对于main函数,没有参数表,通回类型也必须为void,但如果写上参数表及其他返回类型也能编译通过,生成代码时将简单地忽略,不影响最后的代码的运行。   对于while,for,if语句,其语句体不管是一句还是多句,必须都有{}围起来。这跟C语言中若是一句则可省略{}不同。-Due to the time constraints and lack of preparation in advance, the compiler finalized when exposed numerous problems and shortcomings, mainly in the following aspects : no support for array data type, which is grammar analyzer design of an omission, because of the time, the final could only have scanners do phase customs array deleted. For float data types of support until semantic analysis is normal, and can generate the corresponding assembly code, but because of our 8086/8088 directive to the knowledge of the system itself, this compilation can do to code meaning entirely faithful to the source, but not running. For the support of local variables, in the time constraints, all local variables were all handled in the static variable. So recursive function will not get the right results.
Platform: | Size: 260096 | Author: 周杰 | Hits:

[Other1_5_1

Description: CGA模式下的绘图程序,绘制梯形 可以选择画几个(8086)-CGA graphics mode procedures, mapping trapezoidal can choose several paintings (8086)
Platform: | Size: 1024 | Author: 王巍 | Hits:

[assembly language1_4_3

Description: 汇编程序求1个数的四次方,8086测试通过。-compilation procedures for a number of the four sides, the 8086 test.
Platform: | Size: 1024 | Author: 王巍 | Hits:

[assembly language1_4_4

Description: 8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。-under 8,086 for a sequence of the troughs trough values procedures. Can arbitrary input sequence, showing peaks and trough values relative position.
Platform: | Size: 1024 | Author: 王巍 | Hits:

[assembly language1_5_3

Description: 求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
Platform: | Size: 1024 | Author: 王巍 | Hits:

[Otherasm-clock

Description: 汇编语言变得电子时钟程序。适合8086汇编语言的初学者使用。-assembly language becomes electronic clock procedures. 8086 assembly language suitable for beginners to use.
Platform: | Size: 142336 | Author: lc | Hits:

[Windows Develop几个实用8086微机实验程序

Description:
Platform: | Size: 2618368 | Author: 梁露露 | Hits:

[Other微机原理与接口实验(复旦)

Description: 第一章 8086程序设计 第二章 MCS-51程序设计 第三章 微机基本系统的设计 第四章 存贮器与接口 第五章 并行接口 第六章 计数器、定时器与接口 第七章 显示器与键盘接口 第八章 串行通信及接口 第九章 数模转换器和模数转换器接口-first Chapter 8086 Chapter II program design MCS-51 Chapter III program design basic computer system design the fourth chapter memory interface and parallel interface Chapter 5 Chapter VI counter, timer and Interface Display and Chapter VII of Chapter VIII of the keyboard interface and serial communication interface Chapter IX Digital and analog-digital conversion interfaces
Platform: | Size: 9617408 | Author: | Hits:

[Other resource8086dmb

Description: 标题:Opcodes of intel,是8086系列微处理器的指令代码的详细表单。-Title : Revision of Intel, the microprocessor is the 8086 series of detailed instructions code form.
Platform: | Size: 39936 | Author: yangping | Hits:

[assembly languageEFORTH86v2.ZIP

Description: eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models. -eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.
Platform: | Size: 65536 | Author: Jet Lan | Hits:

[Otherkeycode

Description: 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
Platform: | Size: 1024 | Author: wushishan | Hits:

[assembly languagebased_8086_adda_and_show_sin

Description: 基于8086的一段汇编代码,包括AD/DA转换,并实现显示正弦函数曲线-based on a 8086 compilation of the code, including AD/DA conversion, and the achievement shows sinusoidal function curve
Platform: | Size: 19456 | Author: Zhou Yaoxin | Hits:

[VHDL-FPGA-Verilogcpu86model

Description: 关于8086的软核fpga代码,可以直接再fpag的开发板上调试,好用而且是免费的-on the 8086 soft-core fpga code can then direct the development fpag board debugging, handy and free
Platform: | Size: 270336 | Author: 赵春生 | Hits:

[assembly languageabouthomeworks

Description: 关于8086汇编的一些作业程序,对于汇编程序的编写很有借鉴意义。-on the 8086 compilation of some operating procedures, procedures for the preparation of the compilation useful one.
Platform: | Size: 20480 | Author: 区小刚 | Hits:

[assembly languageaboutreview

Description: 关于8086汇编的一些实验程序,对于汇编程序的编写很有借鉴。-on the 8086 compilation of some experimental procedures, procedures for the preparation of the Compendium very useful reference.
Platform: | Size: 7168 | Author: 区小刚 | Hits:

[Parallel Port8255_code_lib

Description: 8255可编程通用并行接口电路的8086开发包,c语言编写-8255 programmable general-purpose parallel interface circuit of the 8086 development kit, c language
Platform: | Size: 59392 | Author: 林克 | Hits:

[assembly language80868088huibianchengxusheji

Description: 8086 8088汇编语言程序设计.pdf
Platform: | Size: 8493056 | Author: 彭程 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net