Skip to content

KeithGeorgeCiantar/Assembler-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nand to Tetris Assembler Project

This is the work for project 6 of the Nand to Tetris course. It formed part of the labs for the study-unit CCE2017 (Computer Systems and Organization).

Objective

Following the specifications listed here, the main objective is to "Develop an assembler that translates programs written in the Hack assembly language into Hack binary code." For this work, the assembler does not perform error checking, as it assumes the code is valid.

Overview

The program takes the .asm file as a command-line argument and converts into a .hack file. Using the CPU emulator from the course, one can run the assembled .hack to check that the output is correct.

About

Nand to Tetris Assembler for CCE2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages