ExC v0.2.0 Writer View Source
Writes the target language code (assembly x86 64 bit) file to the current working directory.
Link to this section Summary
Functions
Writes the assembly file, exc_o.s
using the code generated by CodeGenerator.generate_code/2
, to the current directory.
Link to this section Functions
Writes the assembly file, exc_o.s
using the code generated by CodeGenerator.generate_code/2
, to the current directory.
Specs
asm_code
is the assembly code generated by the CodeGenerator.generate_code/2
Returns exc_o.s
file that contains the assembly code generated by the ExC.