Crate cpclib_asm

Source

Re-exports§

pub use preamble::*;

Modules§

assembler
Production of the bytecodes from the tokens.
disass
error
implementation
Implementation of various behavior for the tokens of cpclib_tokens
orgams
parser
All the stuff to parse z80 code.
preamble
progress

Macros§

resolve_impl

Structs§

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

Enums§

AssemblingOptionFlags

Functions§

assemble
Assemble a piece of code and returns the associated list of bytes.
assemble_to_amsdos_file
Build the code and store it inside a file supposed to be injected in a dsk XXX probably crash if filename is not coherent //
assemble_tokens_with_options
Assemble the predifined list of tokens
assemble_with_options
Assemble a piece of code and returns the associates liste of bytes as well as the generated reference table.