Module iridium::assembler[][src]

Modules

assembler_errors
directive_parsers
instruction_parsers
label_parsers
opcode_parsers
operand_parsers
program_parsers
register_parsers
symbols

Structs

Assembler

Enums

AssemblerPhase
AssemblerSection
Token

Constants

PIE_HEADER_LENGTH

Constant that determines how long the header is. There are 60 zeros left after the prefix, for later usage if needed.

PIE_HEADER_PREFIX

Magic number that begins every bytecode file prefix. These spell out EPIE in ASCII, if you were wondering.