Changes

Jump to: navigation, search

Assembler Basics

20 bytes added, 16:52, 19 January 2016
no edit summary
A symbol may be set in one of three ways:
# Using a the <code>.set</code> directive (in the example above, len line)
# Using an assignment (in the example above, stdout line)
# As a label (such as _start or msg in the example above). A label set in this way is identified by the trailing colon, and is set to the current memory location in the instruction or data sequence. Labels may be used for loading/storing information, or as the target of branches/jumps.

Navigation menu