Difference between revisions of "GenAsm (assembler)"

From Mill Computing Wiki
Jump to: navigation, search
m (Link to "dataflow language" corrected - excess '|' removed.)
 
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 (code 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]].

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.