eight_bit_computer.operations package

Submodules

Module contents

Operations in the assembly language

eight_bit_computer.operations.get_all_operations()[source]

Get a list of all the operations in the assembly language

Deferring the import to the function so that importing the operations module doesn’t mean automatically importing all the operations.

Returns:All the modules that represent operations in the assembly language
Return type:list(module)