Difference between revisions of "GenAsm (assembler)"

From Mill Computing Wiki
Jump to: navigation, search
(Created page with "The genAsm assembler accepts a source program written in a [https://en.wikipedia.org/wiki/Dataflow_programming| dataflow language] (also called genAsm),...")
 
Line 1:Line 1:
The genAsm assembler accepts a source program written in a [https://en.wikipedia.org/wiki/Dataflow_programming| dataflow language] (also called [[genAsm (language)|genAsm]]), and produces an ELF file containing a [[genAsm (representation)|representation]] of the program suitable for input to the [[prelinker]] or [[specializer]].
+
The genAsm assembler accepts a source program written in a [https://en.wikipedia.org/wiki/Dataflow_programming| dataflow language] (also called [[genAsm (language)|genAsm]]), and produces an ELF file containing a [[genAsm (code representation)|representation]] of the program suitable for input to the [[prelinker]] or [[specializer]].

Revision as of 06:57, 4 September 2014

The genAsm assembler accepts a source program written in a dataflow language (also called genAsm), and produces an ELF file containing a representation of the program suitable for input to the prelinker or specializer.