eight_bit_computer.cli module

eight_bit_computer.cli.assemble()[source]

Entry point for the command line assemble script.

eight_bit_computer.cli.get_assemble_parser()[source]

Generate arg parser for the ebc_assemble command line script.

Returns:The argument parser.
Return type:argparse.ArgumentParser
eight_bit_computer.cli.gen_roms()[source]

Entry point for the command line rom generation script.

eight_bit_computer.cli.get_gen_roms_parser()[source]

Generate arg parser for the gen_roms command line script.

Returns:The argument parser.
Return type:argparse.ArgumentParser