Contents: - createbin.py: Create a binary file with all possible instructions. At least ones that "do something". Not just loading a value. - disas.py: disassembler - disas_test.py: Test cases for disassembler Assembly language: I have no idea, I just know that I don't like the syntax introduced by nandgame / nand2teris. I prefer a more "classical" approach. See disassembler for an example.