Skip to content

Built assembler which takes instructions written in Hack Assemly Language and converts it to corresponding 32 bit binary instructions to be tested on a previously build hardware platform. http://www.nand2tetris.org/06.php

Notifications You must be signed in to change notification settings

gnatesan/Assembler

Repository files navigation

Gokul Natesan
Project 6
2/16/14


Instructions to run code:
1. Open up the terminal and go into directory of src folder of java project
2. Inside the src directory, enter javac GNAssembler.java, to compile program
3. Then, enter java GNAssembler Add.asm
4. Repeat step 3, replacing Add.asm with all the other asm files
5. Output files should have the same name as the .asm files, except now its .hack (add.hack, etc)

About

Built assembler which takes instructions written in Hack Assemly Language and converts it to corresponding 32 bit binary instructions to be tested on a previously build hardware platform. http://www.nand2tetris.org/06.php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published