Welcome![Sign In][Sign Up]
Location:
Search - 80x86

Search list

[Otherucosiiucosii

Description: µ C/OS-II 范例 参考手册 µ C/OS-II在80x86上的移植 等-μC/OS-II example of Reference μC/OS-II in the 80x86 on the implants
Platform: | Size: 1777664 | Author: li | Hits:

[Windows Develop80x86

Description: 8086系列CPU的汇编指令代码 适用于初学者 方便记忆-8086 series CPU assembly code instructions for beginners easy to remember
Platform: | Size: 9216 | Author: 张庆新 | Hits:

[OS DevelopMY_ELS

Description: 用ack汇编语言及80x86汇编指令完成一个运行在minix平台上的启动程序,并将其写入虚拟软驱(内容大于512B),实现:在无操作系统情况下运行一个简单的游戏程序。(我们选择的是“俄罗斯方块”。 )即裸机游戏-With ack, and 80x86 assembly language instructions to complete an assembly platform running on minix startup program and write the virtual floppy drive (content is greater than 512B), achieved: in the absence of operating system instances to run a simple game programs. (We chose " Tetris" .  ) that the bare-metal games
Platform: | Size: 225280 | Author: liqiang | Hits:

[Other80x86_assemble_language_programming

Description: <80x86汇编语言程序设计> 清华大学出版社 杨季文 经典的汇编语言学习教材 包含16位与32位汇编语言内容 -published by Tsinghua Press classic asm reference book including 16bit & 32bit asm programming strongly recommend
Platform: | Size: 15699968 | Author: Yung Tse | Hits:

[assembly languagehui_bian_yu_yan_ke_jian

Description: 这是80X86汇编语言课程的的课件,将各个章节内容精心整理,关注重点,简短易懂,便于记忆。-This is a 80X86 assembly language courses courseware of the various sections of the content carefully organize, focus, short easy to understand, easy to remember.
Platform: | Size: 2629632 | Author: tanronghan | Hits:

[assembly language80x86hui_bian_yu_yan_jiao_cheng

Description: 这是80x86汇编语言程序设计教程,内容详尽,杨季文编,清大出版社-This is a 80x86 assembly language programming tutorials, detailed, Yang Ji-wen compiled and Tsinghua Press
Platform: | Size: 14887936 | Author: tanronghan | Hits:

[assembly languageDataRepresentation

Description: This chapter discusses history of the 80x86 CPU family and the major improvements occuring along the line. The historical background will help you better understand the design compromises they made as well as understand the legacy issues surrounding the CPU s design. This chapter also discusses the major advances in computer architecture that Intel employed while improving the x86
Platform: | Size: 190464 | Author: turka | Hits:

[OtherMemoryArchitecture

Description: This chapter discusses the memory hierarchy – the different types and performance levels of memory found on a typical 80x86 computer system. Many programmers tend to view memory as this big nebulous block of storage that holds values for future use. From a semantic point of view, this is a reasonable view. However, from a performance point of view there are many different kinds of memory and using the wrong one or using one form improperly can have a dramatically negative impact on the performance of a program. This chapter discusses the memory hierarchy and how to best use it within your programs.
Platform: | Size: 133120 | Author: turka | Hits:

[assembly languageDEBUG

Description: 一、 实验内容 DEBUG的应用及表达式计算 二、 实验目的及要求 要求:试编制一程序,计算下列公式的值,将商存放在Z单元,余数放在R单元内中.X,Y,Z,R,W分别为存放16位带符号数单元的地址.计算过程中中间结果和最后结果在16位二进制数范围内. 三目的: 1、熟悉DEBUG的应用(利用DEBUG观察寄存器和内存单元的值及指令执行的结果,直接汇编指令,单步调试,编辑数据等)。 2、掌握汇编表达式的表示方法。 3、掌握80X86的编程结构。 4、学习汇编源程序的编辑、编译、链接的全过程, 学习EDIT、MASM及LINK的使用和集成环境的 5.使用,加深对汇编过程的理解。 -An experiment the contents of the application and the expression of the calculation DEBUG
Platform: | Size: 7168 | Author: wurile | Hits:

[assembly languageweiji01

Description: 1.1 微处理器发展 1.1.1 微处理器历史 1.1.2 Intel 80x86系列微处理器 1.2 微型计算机组成 1.2.1 微型计算机结构 1.2.2 个人微机结构 -you can see see
Platform: | Size: 125952 | Author: 江畔 | Hits:

[uCOSucos2_liler

Description: 不可多得的UCOS详解电子书。包括12章节: 1.范例。2.实时系统概念。3.内核结构。4.任务管理。5时间管理。6.任务之间的通信和同步。7.内存管理。8.移植ucos。9.µ COS-II在80x86上的移植。10.从 µ COS 升级到 µ COS-II。11.参考手册。12.配置手册。 每一章都配有大量的c代码例程。-Xiangjie UCOS rare books. Consists of 12 chapters: 1. Example. 2. The concept of real-time systems. 3. Kernel structure. 4. Task Manager. 5 time management. 6. The communication and synchronization between tasks. 7. Memory management. 8. Transplant ucos. 9.μCOS-II in the 80x86 on the transplant. 10. From μCOS upgrade to μCOS-II. 11. Reference manual. 12. Configuration manual. Each chapter Peiyoutailiang c-code routines.
Platform: | Size: 1816576 | Author: 梁斌 | Hits:

[assembly languagehuibian

Description: 1. 通过汇编语言程序设计进一步掌握80x86指令系统。 2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计-1. Through the assembly language program designed to further understand the 80x86 instruction set. 2. To master assembly language programming, including: branch, loop, subroutine, macro, structure and records of the design
Platform: | Size: 56320 | Author: 菲菲 | Hits:

[OS programC.Compiler

Description: C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along the lines of emacs, code generation first use of PCode, but because the interpreter does not suffer from the hands of the preparation of a lack of time, so then prepared a 80x86 assembly code generation, have some breakthrough. Self that the whole program interface more friendly, and function (based on the requirements) are also thought to improve.
Platform: | Size: 906240 | Author: 白大勇 | Hits:

[assembly languageKEY_LED

Description: 小键盘按键识别数码管移位显示,80x86下汇编程序-Digital control keypad keys identified shift display
Platform: | Size: 1024 | Author: scfishfish | Hits:

[Other Embeded programourdev_191732.ZIP

Description: 用单片机通过CH375读写U盘,单片机分别有AVR32,AVR,MCS51,MSP430,M16C,MC9S12,80X86兼容PC工控机/单片机。-Microcontroller to read and write by using U disk CH375, single-chip, respectively AVR32, AVR, MCS51, MSP430, M16C, MC9S12, 80X86 compatible PC Industrial PC/microcontroller.
Platform: | Size: 1754112 | Author: ztx | Hits:

[SCM80x86

Description: QP下的例子源码~基于状态机的实现~高效学习QP技术的捷径-Examples of source code under the QP state machine based on the realization of ~ ~ and efficient technique to learn a shortcut to QP
Platform: | Size: 1256448 | Author: Moses | Hits:

[Embeded-SCM DevelopCH375B

Description: 文件系统为 FAT12/16/32 包括以下的可移植库文件,同时包括基于库文件的各个开发环境下的相应测试程序.以及 不同 U 盘读写方式下的程序. 1.AVR 系列单片机 ICC,GCC,IAR 等开发环境 2.51 内核单片机 KEIL 3.ARM32 ADS,SDT,KEIL,IAR 等开发环境 4.MC9S12: Motorola/Freescale MC9S12 系列单片机 5.X86PC: 80X86 兼容 PC 工控机/单片机 6.MSP430: MSP430 单片机 7.M16C: Renesas/M16C 系列单片机 8.MC68: MC68000 系列单片机-The file system FAT12/16/32 include the following portable library files at the same time including those based on library files in various development environment corresponding test procedures. And the different U disk read-write mode process. 1.AVR Series MCU ICC, GCC , IAR and other development environments 2.51 core microcontroller KEIL 3.ARM32 ADS, SDT, KEIL, IAR and other development environments 4.MC9S12: Motorola/Freescale MC9S12 Series MCU 5.X86PC: 80X86 compatible PC Industrial PC/SCM 6.MSP430: MSP430 Microcontroller 7.M16C: Renesas/M16C Series MCU 8.MC68: MC68000 Microcontroller
Platform: | Size: 4289536 | Author: zhangji | Hits:

[assembly language80X86

Description: 此为汇编指令符号大全,里面详细介绍了一些常用的汇编指令及符号-This is a compilation of instruction symbols Daquan, which details a compilation of some commonly used commands and symbols
Platform: | Size: 14336 | Author: 哇啦 | Hits:

[assembly languageChapter2

Description: 第2章80x86计算机组织 ppt Chapter 2 80x86 Computer Organization-Chapter 2 80x86 Computer Organization
Platform: | Size: 140288 | Author: chenbo | Hits:

[assembly languagehuibianhanzixianshi

Description: 汇编语言显示汉字程序,汇编80X86语言,可显示汉字-huibianxianshihanzi
Platform: | Size: 145408 | Author: 廖廖 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 »

CodeBus www.codebus.net