Changes

Jump to: navigation, search

Assembler Basics

No change in size, 22:39, 17 September 2014
Format of an Assembly Language program
An assembly-language program consists of:
# [[Symbol|symbolsSymbols]] that are constants which correspond to memory addresses or other values.
# Instructions - Mnemonics for an operation 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