CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8086

搜索资源列表

  1. 8086dmb

    0下载:
  2. 标题:Opcodes of intel,是8086系列微处理器的指令代码的详细表单。-Title : Revision of Intel, the microprocessor is the 8086 series of detailed instructions code form.
  3. 所属分类:汇编语言

    • 发布日期:2015-06-10
    • 文件大小:40495
    • 提供者:yangping
  1. WinAsm511

    0下载:
  2. 汇编程序在WINDOWS下用来学习8086汇编语言的-compilation procedures in Windows used to study under the 8086 compilation of language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:528192
    • 提供者:LCD
  1. EFORTH86v2.ZIP

    1下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:65502
    • 提供者:Jet Lan
  1. RISC_CISC

    0下载:
  2. CPU从指令集的特点上可以分为两类:CISC和RISC。我们所熟悉的 Intel 系列CPU就是 CISC 的 CPU 的典型代表。那么,RISC 又是什么呢?RISC是英文Reduced Instruction Set Computer的缩写,汉语意思为\"精简指令系统计算机\"。相对应的CISC就是\"复杂指令系统计算机\"的意思。   随着大规模集成电路技术的发展,计算机的硬件成本不断下降,软件成本不断提高,使得指令系统增加了更多更复杂的指令,以提高操作系统的效率。另外,同一系列的新型
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:8074
    • 提供者:grant
  1. keycode

    1下载:
  2. 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:wushishan
  1. based_8086_adda_and_show_sin

    0下载:
  2. 基于8086的一段汇编代码,包括AD/DA转换,并实现显示正弦函数曲线-based on a 8086 compilation of the code, including AD / DA conversion, and the achievement shows sinusoidal function curve
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:20085
    • 提供者:Zhou Yaoxin
  1. 8086smallcase

    0下载:
  2. 这是8086中用c语言实现加减乘除等算法以及相应的实验报告,这是我们的课程所做的作业-c language used arithmetic algorithm as well as the corresponding experimental report This is our doing operations
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:153768
    • 提供者:陈银桃
  1. cpu86model

    0下载:
  2. 关于8086的软核fpga代码,可以直接再fpag的开发板上调试,好用而且是免费的-on the 8086 soft-core fpga code can then direct the development fpag board debugging, handy and free
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:270153
    • 提供者:赵春生
  1. aboufinal

    0下载:
  2. 关于8086的一些编程,里面的思想对于汇编程序的书写很有借鉴。-8086 on the program, the thinking inside the compilation procedures for writing a very useful reference.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1693
    • 提供者:区小刚
  1. abouthomeworks

    0下载:
  2. 关于8086汇编的一些作业程序,对于汇编程序的编写很有借鉴意义。-on the 8086 compilation of some operating procedures, procedures for the preparation of the compilation useful one.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:20820
    • 提供者:区小刚
  1. aboutreview

    0下载:
  2. 关于8086汇编的一些实验程序,对于汇编程序的编写很有借鉴。-on the 8086 compilation of some experimental procedures, procedures for the preparation of the Compendium very useful reference.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:区小刚
  1. abouttest

    0下载:
  2. 关于8086汇编程序的编写,对于汇编的编写很有借鉴。-8086 on the preparation of the compilation process for the preparation of the compilation of a very useful reference.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2329
    • 提供者:区小刚
  1. 8255_code_lib

    0下载:
  2. 8255可编程通用并行接口电路的8086开发包,c语言编写
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:59305
    • 提供者:林克
  1. 80868088huibianchengxusheji

    0下载:
  2. 8086 8088汇编语言程序设计.pdf
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8493330
    • 提供者:彭程
  1. cmm

    1下载:
  2. 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:412642
    • 提供者:Tony
  1. 2002814164411

    0下载:
  2. 8086汇编语言编写的文本编辑器源码,功能比较简单
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:62080
    • 提供者:石斌
  1. 8088

    0下载:
  2. 8086的主要的中断向量,在使用过程中你会对此了解的更多
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:shao
  1. 8253

    0下载:
  2. 用8253作为秒定时器,每0.1秒8253周期定时中断,8253的OUT0接到8259的IRO端,8259向8086产生中断请求,中断类型号为08H。程序开辟秒、分、小时、寄存器单元,秒寄存器每记数满60,分寄存器值加1,同时秒寄存器清0。分寄存器每记数满60,小时寄存器值加1,同时分寄存器清0。秒、分、小时寄存器中的二进制值转换成BCD码后,送6位LED数码管显示。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-17
    • 文件大小:1356
    • 提供者:尹石
  1. 2w微处理器

    0下载:
  2. 8086微处理器功能介绍-8086 microprocessor functions introduced
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:935942
    • 提供者:陈小龙
  1. 8086&8088 ppt

    0下载:
  2. 一个不错汇编,接口技术的ppt -a good compilation, interface technology ppt
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:975474
    • 提供者:刘溜
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »
搜珍网 www.dssz.com