JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
x86 Assembly Language Reference Manual     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Overview of the Oracle Solaris x86 Assembler

Assembler Overview

Syntax Differences Between x86 Assemblers

2.  Oracle Solaris x86 Assembly Language Syntax

3.  Instruction Set Mapping

A.  Using the Assembler Command Line

Index

Assembler Overview

The Oracle Solaris x86 assembler as translates Oracle Solaris x86 assembly language into Executable and Linking Format (ELF) relocatable object files that can be linked with other object files to create an executable file or a shared object file. (See Chapter 12, Object File Format, in Oracle Solaris 11.1 Linkers and Libraries Guide for a complete discussion of ELF object file format.) The assembler supports macro processing by the C preprocessor (cpp) or the m4 macro processor.