搜索资源列表
Linux0.00-complately
- Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
NASM
- 有关于在linux下学习汇编的知识的文档,希望对一些朋友有用。
NASM_Chinese_manule
- NASM是linux/unix下重要的汇编工具,其编程风格类似于X86平台下的汇编。。熟悉windows平台下的汇编工具MASM则很容易使用NASM,本资料是NASM的使用手册的中文翻译版本
linux-ex
- 关于linux环境下的nasm代码的生成和使用-On the linux environment NASM code generation and use
minix-asssmbely
- 一个关于minix里汇编的代码的讲解,一般我们学的是nasm,但是里面有很多东西不一样,希望对大家有帮助-A compilation on the minix code to explain where in general we are a student of nasm, but there are many things not the same, we want to help
tinyos
- A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating
NASMmanualinchinese
- NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多 的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16 位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简 洁易懂,和Intel语法相似但更简单。它支持 Pentium , P6 , MMX , 3DNow! , SSE and SSE2 指令集-NASM is a modular designed for t
PEFactor
- PEfactor is a small factorizing program for windows written using nasm win32 assembler.
NASM-Manual.tar
- NASM的帮助手册,已将其编译成chm版,比较方便。-NASM help manual, already the compiled into the CHM version, more convenient.
Nasm_pciEprom
- nasm 读取pci配置空间 驱动 基于单片机的读取pci配置空间-nasm linux device driver pcieprom
Gcc-interembeded-NASM
- 简单的介绍了gcc 中的 内嵌NASM的语法 属于AT&T汇编语言 与intel汇编语言区分-brief descripion for gcc embeded NASM
yasm-1.2.0.tar
- Yasm is a complete rewrite of the NASM assembler under the “new” BSD License (some portions are under other licenses, see COPYING for details).-Yasm 1.2.0 Source
yasm-1.2.0
- Yasm是一个完全重写的NASM汇编。目前,它支持x86和AMD64指令集,接受NASM和气体汇编语法,产出二进制, ELF32 , ELF64 , COFF , Mach - O的( 32和64 ) , RDOFF2 ,的Win32和Win64对象的格式,并生成STABS 调试信息的来源,DWARF 2 ,CodeView 8格式。
NASM
- linux 下NASM的用法 十分有用 是中文的-linux usage under NASM useful
x86_64-xlate
- Ascetic x86_64 AT&T to MASM/NASM assembler translator.
lines
- show to write nasm x64 based on C code-show how to write nasm x64 based on C code
lab1
- 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
lab3
- 在nasm + bochs实验平台上的接受键盘输入,回显到屏幕上的程序- 在nasm+ bochs实验平台上的接受键盘输入,回显到屏幕上的程序 NASM+ Bochs on the experimental platform to accept the keyboard input, back to the program on the screen
nasm实现斐波那契数列的输出
- x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。
