Changes

Jump to: navigation, search

Assembly Language

82 bytes added, 09:01, 15 July 2014
no edit summary
''Assembly language'' is a [[Symbol|symbolic]] representation of [[Machine Language|machine language]]. It is therefore [[Portable|architecture-specific]].
Each instruction is represented by a short mnemonic word such as "LDR" for ''Load Register'', "MOV" for ''move'', or "MUL" for ''multiply'', followed by (optional) arguments. The [[Addressing Mode|addressing mode]] is implied by the format of the arguments. Different assemblers (compilers for assembly code) use slightly different syntax.
== Examples ==

Navigation menu