搜索资源列表
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
MACRO-or-x86
- 本人在学习和工作中收集并整理的一份很详细的汇编指令与宏指令的手册-I study and work in the collection and sorting of a very detailed manual for assembly instructions and macros
easy_text_editor
- 用汇编语言写的简易文本编辑器,特别之处在巧妙使用宏,可学习系统功能调用,能模仿记事本大部分功能.-Using assembly language to write simple text editor, is so special about the clever use of macros can be called learning system that can mimic most of the functions Notepad.
Intelhbyycxsjdsb
- 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
IBM-PC-HB-2
- IBM-PC 汇编语言 宏汇程序设计 第二版 ,供学习汇编语言的爱好者学习-IBM-PC assembly language programming macros second edition of Health for learning assembly language enthusiasts to learn
8080-8085-Assembly-Language-Programming-(1977)(In
- manuel of8085 chap1..assembly language and processors chap2..assembly language concepts chap3.. instruction set chap4.. assembler directives chap5.. macros chap6.. programming tevhniques chap7.. interrupts
Intelhbyycxsjdsb
- Intel汇编语言程序设计。本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。-Intel assembly language programming. The boo
Assembler-Guide
- 本手册提供有关 RealView® 编译工具 (RVCT) 汇编程序的指导和参考信息。 这包 括 armasm、独立的汇编程序以及 C 和 C++ 编译器中的嵌入式汇编程序。 本手册 介绍汇编程序的命令行选项,可供汇编语言程序员使用的汇编语言助记符、伪指 令、宏和指令。 适用对象 本手册是为所有使用 RVCT 编写应用程序的开发者编写的。 本手册假定您是一 位有经验的软件开发人员,并且熟悉 RealView 编译工具要点指南中所述的 ARM 开发工具。-Thi
armasm.chm.tar
- 这是有关介绍汇编的资料,里面习题可以巩固学习。具体的内容有: 1.CPU资源和存储器 2.操作数的寻址方式 3.标识符和表达式 4.微机CPU的指令系统 5.程序的基本结构 6.子程序和库 7.输入输出和中断 8.应用程序的设计 9.数值运算协处理器 10.汇编语言和C语言 11.汇编语言编程和调试工具 12.Pentium指令的执行周期数 1 附录3 中断列表 DOS和BIOS的宏定义 键盘按键的各种编码对
wj0401
- 这是一个汇编语言试验程序,实现了宏的定义和使用。-This is an assembly language test program, the definition and use of macros.
macro32
- 这是我平时常用的汇编语言宏过程,也不知道原作者是谁,大家只管用就是了。-This is my usual process used assembly language macros, do not know who the original author is, we just use it wants.
movs
- Inline assembly macros to generate movs & related instructions for Linux v2.13.6.
movs
- Inline assembly macros to generate movs & related instructions.
entry
- define macros for use by assembly dispatchers.
clip_args
- Clip test function interface for assembly code. Simply define FRAME_OFFSET to the number of bytes pushed onto the stack before using the ARG_ argument macros.
texenv
- Transform function interface for assembly code. Simply define FRAME_OFFSET to the number of bytes pushed onto the stack before using the ARG_ argument macros.
norm_args
- Normal transform function interface for assembly code. Simply define FRAME_OFFSET to the number of bytes pushed onto the stack before using the ARG_ argument macros.
xt_CLASSIFY
- define macros for use by assembly dispatchers.
loongson
- define macros for use by assembly dispatchers.
xmake-2.0.5.tar
- 一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Temp