GenAsm

From Mill Computing Wiki
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.