Difference between revisions of "GenAsm (assembler)"
From Mill Computing Wiki
(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),...") | m (Link to "dataflow language" corrected - excess '|' removed.) | ||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | The genAsm assembler accepts a source program written in a [https://en.wikipedia.org/wiki/Dataflow_programming | + | 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]]. |
Latest revision as of 00:24, 16 June 2015
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.