Constructor
new Assembler()
Assembler is responsible for generating the bytecode from the assembler
- Source:
Methods
assemble()
Assembles the files
- Source:
getFatalErrorCount() → {number}
How many errors are fatal (no AST proper AST could be generated)
- Source:
Returns:
- Type
- number
getLabel()
Returns the label with the name
- Source:
reset()
Resets state of Assembler (does assemble() automatically)
- Source:
riseSyntaxError()
Rises a syntax error
- Source: