1,885
edits
Changes
→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.