Assembly

From LibrePlanet
Revision as of 16:20, 16 May 2014 by Cabryant (talk | contribs) (Created page with "[https://www.gnu.org/software/guile/manual/html_node/Assembly.html Assembly] is an S-expression-based, human-readable representation of the actual bytecodes that will be emitted ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Assembly is an S-expression-based, human-readable representation of the actual bytecodes that will be emitted for the VM. As such, it is a useful intermediate language both for compilation and for decompilation.