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

Search list

[DocumentsIntel8086

Description: Intel公司的8086汇编用户说明,绝对的原汁原味-Intel s 8086 compilation of users, the absolute original
Platform: | Size: 7983104 | Author: 石一岳 | Hits:

[ELanguagecmm

Description: 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.-Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer.
Platform: | Size: 412672 | Author: Tony | Hits:

[Editor2002814164411

Description: 8086汇编语言编写的文本编辑器源码,功能比较简单-8086 assembly language prepared text editor source code, functionality is relatively simple
Platform: | Size: 61440 | Author: 石斌 | Hits:

[assembly languagemasm5

Description: 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。-Using 8086 assembly language to achieve choice of sorting algorithm, you can choose to sort the number of characters.
Platform: | Size: 2048 | Author: 林文 | Hits:

[OtherHelpPC

Description: 计算机软硬件资料助手,内容包含8086指令、C语言函数、计算机硬件资料、DOS/BIOS中断等信息,是底层编程及嵌入式开发的好助手。-Computer software and hardware information assistants 8086 includes instructions, C language function, information on computer hardware, DOS/BIOS interrupt and other information, is the underlying programming and embedded development a good assistant.
Platform: | Size: 234496 | Author: liwen | Hits:

[assembly languagetongji

Description: 基于8086汇编程序,统计十个数出现次数最多的数(包含相同个数的情况)-Based on the 8086 compilation of procedures, statistics up to 10 the number of occurrences of a few (contains the same number of cases)
Platform: | Size: 1024 | Author: 侯玉建 | Hits:

[ELanguagecompile

Description: 这是一个8086和8088系列机的编译器的源码,对于学习编译原理的同学来说很有价值啊!-This is a 8086 and 8088 series machines compiler source, compile the principle of learning for the students valuable ah!
Platform: | Size: 124928 | Author: 小张 | Hits:

[Software Engineering8086k

Description: 是8086的指导书,对了解8086的读者有很到的帮助-8086 guidance is a book readers to the understanding of 8086 there are to help
Platform: | Size: 2269184 | Author: 朱飞云 | Hits:

[Linux-Unix8086

Description: 8086的加法和乘法 以及除法 总线结构 -8086
Platform: | Size: 59392 | Author: 罗俊金 | Hits:

[VHDL-FPGA-VerilogdesigngamebasedonFPGA

Description: Run Pac-man Game Based on 8086/8088 FPGA IP Core
Platform: | Size: 432128 | Author: wangwei | Hits:

[assembly language1999

Description: 本文首先介绍了交通灯的发展历史,微型计算机的发展历史以及微机在各个领域的运用。接着主要对微机8086芯片及8255可编程并行I/O接口芯片的功能和工作原理做了比较详细的介绍,然后以这些芯片为中心器件来设计交通灯控制系统,实现了对红绿灯的燃亮和红绿灯燃亮时间的控制,显示时间通过8255输出,由双色LED灯显示,本系统系统实用性强,操作简单。-This paper first introduces the history of the development of traffic lights, the history of development of micro-computer and computer application in various fields. Then the main chip on the PC 8086 and 8255 programmable parallel I/O interface chip functions and working principle to do a more detailed introduction, and then to these chips as the central device to design the traffic light control system for traffic lights to achieve the kindle and traffic lights to kindle the time control, display time output through 8255, by two-color LED lights indicate that the system the system practical, easy to operate.
Platform: | Size: 279552 | Author: szc | Hits:

[Education soft systemclock

Description: 模拟时钟汇编语言程序设计,适合8086学习汇编语言的学生学习,可修改直接做为自己微机原理课程设计-Analog clock assembly language programming, for learning 8086 assembly language students to learn to modify their computer directly as a principle of curriculum design
Platform: | Size: 115712 | Author: xxq | Hits:

[Otherchengxu

Description: 一个非常好的8086汇编语言菜单程序设计,适合课程设计的学生参考-A very good menu 8086 assembly language programming, curriculum design for student reference
Platform: | Size: 3072 | Author: xxq | Hits:

[assembly languageaa

Description: 这个时钟是用汇编语言开发的,针对8086芯片而创造的。不仅可以作为时钟,而且可以当成是定时器,具有8个不同时间的定时,在定时时间到达后,就可以给相应的端口输出高电平-This clock is the development of assembly language for 8086 chip created. Not only can serve as a clock, but also as the timer, with eight different times from time to time, in the regular time, you can port to the appropriate output high
Platform: | Size: 12288 | Author: 柳生 | Hits:

[assembly languagetraffic_lights

Description: 用8086汇编语言实现的交通灯仿真程序,emu8086写的-Using 8086 assembly language to achieve the traffic light simulation program, emu8086 written
Platform: | Size: 1024 | Author: | Hits:

[assembly languageBITREE

Description: 次程序为数据结构中的二叉树,用汇编语言实现,包括了大部分8086汇编指令。-Meeting procedures for the data structure of binary tree, using assembly language to achieve, including most of 8086 compilation directives.
Platform: | Size: 1024 | Author: 范冰冰 | Hits:

[Other80X86asm

Description: 8086系列处理器和汇编语言详细介绍,是理解底层运作的良好书籍.-8086 Series processors and assembly language details is a good understanding of the underlying operation of the book.
Platform: | Size: 6427648 | Author: | Hits:

[assembly language80x86

Description: 关于8086汇编语言程序设计的教程,写得非常详细。-On the 8086 assembly language programming tutorial, written in great detail.
Platform: | Size: 14887936 | Author: yujiaxue | Hits:

[assembly languageyejingxianshi

Description: 用汇编编写的液晶显示实验代码。效果挺不错的。共享了。适用于8086。-Compilation prepared by the liquid crystal display experimental code. Very good effect. Shared. Applicable to 8086.
Platform: | Size: 2048 | Author: chenliqin46 | Hits:

[assembly languagejianpanshaomiao

Description: 用汇编编写的键盘扫描实验。适用于8086开发环境。-Compilation prepared by the keyboard scanning experiment. Applicable to 8086 development environment.
Platform: | Size: 1024 | Author: chenliqin46 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net