搜索资源列表
80x86保护模式编程教程
- 80x86保护模式编程教程,帮助文档(汇编)-80x86 protected mode programming course, helps the documents (assembly)
80X86
- 80x86汇编讲解,主要针对保护模式编程序,对搞汇编的是一个提高-80x86 on the compilation, mainly aimed at protection mode programmed to engage in the compilation is a raise
huibian_jiaocheng
- 汇编教程 某日在逛80x86汇编小站时发现被整理成一个压缩包 而我,发现自己近日总是无所事事,就把它整理成为CHM文件,方便大家阅读^_^ 整理的时候没有对原文作任何的修改
80x86 汇编程序教程_forever
- intel汇编的程序教程-compilation of procedural manuals
nasm-2.09.10.tar 可移植性与模块化而设计的一个80x86的汇编器
- NASM2.09.10是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和NetBSD/FreeBSD,a.out,ELF,COFF,微软16位的OBJ和Win32。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。它支持Pentium,P6,MMX,3DNow!,SSE and SSE2指令集-NASM2.09.10 is designed for portability and modularity of a
80x86hb
- 80x86汇编语言教程pdf版,内容丰富,适合初学者学习参考,现在汇编的难找了。-80x86 assembly language tutorials pdf version, rich in content, suitable for beginners to learn the reference, and now hard to find the compiled.
C.Compiler
- C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
80x86
- 8086系列CPU的汇编指令代码 适用于初学者 方便记忆-8086 series CPU assembly code instructions for beginners easy to remember
bios-asm
- 一个80x86 BIOS 的汇编源代码.-80x86 BIOS a compilation of source code.
nasm_man
- NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多 的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16 位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简 洁易懂,和Intel语法相似但更简单。-NASM is a portable and modular design of a 80x86 assembler. It supports the goal
ASM
- 适用于80x86汇编入门和学习的源码下载-80x86 for the compilation of the source entry and learning download
wordtype
- 80x86汇编打字游戏程序 微机原理课程设计-80x86 game coded by asm design for the weijiyuanli
80x86
- 微处理器与嵌入式系统,80x86汇编语言程序设计教程,不错哦-study material
PCI.RAR
- 80X86汇编写的枚举PC机PCI设备的小工具-emum pc pci device tool writed by masm
PPT_Designed_Guide_of_80x86_Assemble
- 80x86汇编设计PPT教程。直观详细讲解80x86汇编难点。-PPT Designed Guide of 80x86 Assemble.
80x86
- 80x86汇编语言程序设计教程. 本书是学习计算机的经典基础课程.-80x86 assembly language programming course. This book is a classic basis for learning computer courses.
200804230018451
- 80x86汇编指令查询器(试用版)80x86汇编指令查询器(试用版)-80X86
8086assemblylanguageprogramming
- 80x86汇编语言程序设计,很好的介绍书籍,适用于入门和希望快速上手者看-80x86 assembly language programming, a good introduction book for entry and hope to see a Quick Start
80x86ins
- 80x86汇编指令集查询手册 详细地包括了386的所有指令集功能,对应的机器码,以及执行的指令周期信息-80x86 assembly instruction manual for a detailed set of inquiries, including 386 features all the instruction set, the corresponding machine code, as well as information on the implementation of t
反汇编引擎
- 反汇编器理解所有标准80x86指令,FPU, MMX, AMD的MMX 扩展, Athlon/PIII MMX 扩展和 3DNow! 说明下,它不能解码 SSI 或 SSI2 指令.反汇编器假定为32位代码段和数据段,能正确的解码16位前缀指令,几种解码模式允许你选择多种返回值信息(但执行速度就与之成反比了):仅指令长度, 为代码分析提供基础信息,或转储全解码的汇编格式.可以有多种你需要的选项,反汇编和汇编器支持 MASM 和 Borland 的 IDEAL 两种模式.