Version 1 of assembly language

Updated 2014-12-18 13:55:36 by dkf

An Assembly language is a programming language in which each instruction directly represents an instruction understood by the target machine.

See Also

Assembler
a utility for tranlating assembly language into machine code.
Assembly code example
a short walkthrough of the transformation of a Tcl script into assembly.

LLVM IR (Intermediate Representation) is an assembly language targeting the LLVM virtual machine.