Changes

Jump to: navigation, search

Assembler Basics

7 bytes added, 14:24, 21 January 2016
Format of an Assembly Language program
An assembly-language program consists of:
# [[Symbol|Symbols]] that are constants which correspond to memory addresses, registers, or other values.
# Instructions - Mnemonics for an operation operations, each followed by zero or more arguments.
# Data - Values used by the program for things such as initial variable values and string or numeric constants.

Navigation menu