Crate cpclib_asm

Source

Re-exports§

Modules§

Macros§

Structs§

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

Enums§

Functions§

  • Assemble a piece of code and returns the associated list of bytes.
  • 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 the predifined list of tokens
  • Assemble a piece of code and returns the associates liste of bytes as well as the generated reference table.