GenAsm

From Mill Computing Wiki
Revision as of 19:34, 9 October 2014 by Ivan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Other uses: GenAsm (disambiguation)

GenAsm is the collective term for the interface between a compiler for the Mill and the specializer. It comprises the genForm data format used in ELF files produced by a compiler, read and written by the prelinker, and read by the specializer; the genAsm assembler which produces genForm without use of a compiler; and the genAsm language accepted by that assembler.