[][src]Module cpclib::assembler

Z80 tokens manipulations. Useable

Modules

assembler

Production of the bytecodes from the tokens.

builder

Utility functions to manually create tokens.

parser

All the stuff to parse z80 code.

tokens

Definition of the tokens.

Structs

AssemblingOptions

Configuration of the assembler. By default the assembler is case sensitive and has no symbol

Enums

AssemblerError

Functions

assemble

Assemble a piece of code and returns the associated list of bytes

assemble_and_tableDeprecated
assemble_with_options
assemble_with_tableDeprecated