Difference between revisions of "GenAsm"
From Mill Computing Wiki
(Created page with "{{other uses}} GenAsm is the collective term for the interface between a compiler for the Mill and the specializer. It comprises the GenAsm_(code_representation)|gen...") | |||
Line 1: | Line 1: | ||
{{other uses}} | {{other uses}} | ||
+ | |||
GenAsm is the collective term for the interface between a [[compiler]] for the Mill and the [[specializer]]. It comprises the [[GenAsm_(code_representation)|genForm data format]] used in [[ELF|ELF files]] produced by a compiler, read and written by the [[prelinker]], and read by the specializer; the [[genAsm (assembler)|genAsm assembler]] which produces genForm without use of a compiler; and the [[genAsm (language)|genAsm language]] accepted by that assembler. | GenAsm is the collective term for the interface between a [[compiler]] for the Mill and the [[specializer]]. It comprises the [[GenAsm_(code_representation)|genForm data format]] used in [[ELF|ELF files]] produced by a compiler, read and written by the [[prelinker]], and read by the specializer; the [[genAsm (assembler)|genAsm assembler]] which produces genForm without use of a compiler; and the [[genAsm (language)|genAsm language]] accepted by that assembler. |
Latest revision as of 19:34, 9 October 2014
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.