Skip to content

Viserion-7/Hack-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Assmebly-to-Binary

This is a program to convert hack assembly to binary. Part of nand2tetris project 6

The program is done in two languages Python and Java.

The other programs given are the standalone version of each process to convert them.

First one is removing white spaces.

Second one is just recognising the symbols.

Third one is creating a symbol table.

Last two are standalone A and C instruction.

There is also the combined file to do all the steps together.

Thank you !!