Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 603 Bytes

10_Generic_Code_Generation.md

File metadata and controls

15 lines (13 loc) · 603 Bytes

(not yet written, sorry)

borrowed from Nils' book:

Function Output Format Arguments
genraw() %s string
gen() \t%s\n string
ngen() ...%d... number
ngen2() ...%d...%d... number, address
lgen() ...L%d... label ID
lgen2() ...%d...L%d... number, label ID
sgen() ...%s... string
sgen2() ...%d...%s... number, string
genlab() L%d: label ID