/// Y86 Assembler, can be used to generate the machine code
/// associated with a Y86 file
pubmodassembler;/// More accurately a debugger
/// Can execute Y86 machine code, can also step through
/// instructions and set breakpoints
pubmodexecuter;///Simple number parser, can parse hex and decimal values
pubmodnumber_parser;