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

搜索资源列表

  1. Temperaturefor8088

    0下载:
  2. 单片机课程设计----温度测量与显示实验-Temperature for 8088
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1482
    • 提供者:蜜迷
  1. 8088-HUibian

    0下载:
  2. 088 汇编速查手册   一、数据传输指令   二、算术运算指令   三、逻辑运算指令   四、串指令   五、程序转移指令   六、伪指令 -088 Series Quick Reference A, the second data transfer instructions, arithmetic instructions three or four logical instructions, five-string instruction, th
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2645
    • 提供者:libai
  1. AssemblyLanguage

    0下载:
  2. 脱壳/反编译最重要的就是先学习汇编语言.该文件包含了详细的8088汇编速查手册、函数指令查询器、汇编指令概述/学习入门手册。-Shelling/decompile the most important thing is to first learn assembly language. The document contains a detailed compilation of Quick Reference 8088, the function command finder, an over
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:3262539
    • 提供者:陈凡
  1. POISK-BIOS-2.0

    0下载:
  2. original BIOS source for a soviet 8088 PC clone
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:59063
    • 提供者:bzomzom
  1. (2)

    0下载:
  2. 用减奇数开平方运算 8086/8088指令系统中有乘除法指令但没有开平方指令,因此,开平方运算是通过程序来实现的。用减奇数法可求得近似平方根,获得平方根的整数部分。我们知道,N个自然数中的奇数之和等于N2 ,即: 1+3+5=32 1+3+5+7=16=42 1+3+5+7+9+11+13+15=64+82-Odd square root operation with reduced instruction set in 8086/8088 multiply and divi
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4291
    • 提供者:ada
  1. TRUNGBINH

    0下载:
  2. tinh trung binh trong hop ngu cho 80-tinh trung binh trong hop ngu cho 8088
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:572
    • 提供者:thanh
  1. 8251shiyan

    0下载:
  2. 利用8088/86CPU控制8251A可编程串行通信控制器,实现单机的自发自收模式。发送方读入按键值,并发送给接收方,接收方收到数据后,从左到右,第五位LED数码显示本机的键入按键代码,第六位显示接收到的数据在LED数码管上显示。-Control the use of 8088/86CPU 8251A programmable serial communications controller, to achieve single mode of spontaneous self-closing.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1601
    • 提供者:徐荣敏
  1. 8259-external-interrupt

    0下载:
  2. 用8088/86控制8259可编程中断控制器,实现对外部中断的响应和处理。要求程序中对每次中断进行计数,并将计数结果用8255的PA口输出到LED。当有单次脉冲输入时,用8255连接的led灯记录中断的次数-Control with 8088/86 8259 programmable interrupt controller, to realize the external interrupt response and handling. Required procedures for each
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:20006
    • 提供者:范志豪
  1. huibian

    0下载:
  2. 8088汇编语言程序设计的电子书啊,很难找得啊-8088 assembly language programming books, ah, ah hard to find a
  3. 所属分类:assembly language

    • 发布日期:2017-05-25
    • 文件大小:8496065
    • 提供者:luo
  1. aa

    0下载:
  2. 加深对8086/8088宏汇编语言知识的理解,扩大相关知识面,培养对这些知识的应用能力。通过一个实际问题的汇编语言源程序的编写和调试,提高综合运用8086/8088宏汇编语言的指令系统、程序设计技术的能力,并为后续相关课程的学习打下基础。-Deepen our understanding of the 8086/8088 macro assemblers language knowledge understanding, expand the related knowledge and impr
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1704
    • 提供者:Jessica
  1. intel_8088_Verilog

    0下载:
  2. 完整的intel 8088架构的Verilog代码模型文件。包括仿真运行结果。-Intel 8088 architecture Verilog code model files. Including the simulation run results.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:210783
    • 提供者:lifree
  1. 8259

    0下载:
  2. 用8088/86控制8259可编程中断控制器,实现对外部 中断的响应和处理。要求程序中对每次中断进行计数, 并将计数结果用8255的PA口输出到LED。 -8088/86 control 8259 programmable interrupt controller to achieve external Interrupt response and handling. Count for each interrupt request process, And count th
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:5029
    • 提供者:
  1. Calculator

    0下载:
  2. 采用汇编语言编写的利用8255A和8088组成的最大系统简易计算器设计,可以计算+-*三种运算,其中负数可以显示负号,超过-9则显示EO(两位数码管显示结果)-Written in assembly language using the 8255A and 8088 composed of simple calculator design, can be calculated to+-* three operations, in which the negative can show a neg
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1928
    • 提供者:Nemol
  1. caiyang

    0下载:
  2. 利用8086/8088系统汇编语言编程,每隔20ms采样一次,需要采样5次-Use 8086/8088 system assembly language programming, every 20 ms sampling time, need to sample 5 times
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3568
    • 提供者:
  1. TEST2

    0下载:
  2. 基于8088 CPU 的微机数据采集系统,键盘输入频率-8,088 CPU-based computer data acquisition system, the keyboard input frequency
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:93571
    • 提供者:
  1. 8086-examples

    0下载:
  2. some 8088/8086 asm examples
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:159474
    • 提供者:kastantin
  1. 7502

    0下载:
  2. 一款mp3的液晶屏驱动,驱动芯片7502,该芯片有两种驱动模式8088和8086.-A mp3 LCD driver, the driver IC 7502, the chip has two drive modes 8088 and 8086.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:158155
    • 提供者:wei
  1. NT7502_ETC_2719386

    0下载:
  2. 一款mp3的液晶屏驱动芯片文档,型号7502,该芯片有两种驱动模式8088和8086.-A mp3 of the LCD driver IC document, the Model 7502, the chip has two drive model 8088 and 8086.
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:811216
    • 提供者:wei
  1. Simulation-test

    0下载:
  2. 汇编语言模拟试题六 1.下面说法正确的是( C ) A.8086/8088为20位CPU。 B.不同的逻辑段的段地址有可能相同。 C.同一个逻辑段内所有单元的段地址相同,而偏移地址各不相同。 D.SP寄存器指示下一条要执行的指令的偏移地址。-Assembly language the simulated test questions six 1. Below is correct to say that (C) a. 8086/8088 of 20 A CPU. B. dif
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:9188
    • 提供者:唐泥
  1. lat

    0下载:
  2. assembly languange for microprocessor 8088, all led blinked. board test
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:794
    • 提供者:Kiki
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com