assembly language

Difference between version 0 and 1 - Previous - Next
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.

<<categories>> programming language