Changes

Jump to: navigation, search

Assembler Basics

48 bytes added, 11:45, 24 January 2014
Format of an Assembly Language program
Assembler '''directives''' are used to control the assembly of the code, by specifying output file sections (such as .text or .data) and data formats (such as word size for numeric values), and defining macros.
Consider thisx86_64 assembly language "Hello World" program:
<font color="red">.text</font>

Navigation menu