News

Running the script on a folder containing .ASM files will output a CSV file with the first row containing the index of the opcode according to the opcodeList.txt file and the first column will contain ...
This is a Python code that implements an assembler for the Hack assembly language, which is a simple assembly language used in the Nand2Tetris course. The code consists of four main classes: Parser, ...