Next Previous Contents

Linux Assembly HOWTO

Konstantin Boldyshev and Francois-Rene Rideau

v0.5l, August 23, 2000
This is the Linux Assembly HOWTO. This document describes how to program in assembly language using FREE programming tools, focusing on development for or from the Linux Operating System, mostly on IA-32 (i386) platform. Included material may or may not be applicable to other hardware and/or software platforms. Contributions about them are gladly accepted. Keywords: assembly, assembler, asm, inline asm, macroprocessor, preprocessor, 32-bit, IA-32, i386, x86, nasm, gas, as86, OS, kernel, system, libc, system call, interrupt, small, fast, embedded, hardware, port

1. INTRODUCTION

2. DO YOU NEED ASSEMBLY?

3. ASSEMBLERS

4. METAPROGRAMMING/MACROPROCESSING

5. CALLING CONVENTIONS

6. QUICK START

7. RESOURCES


Next Previous Contents