Skip to content

CLI application for assembly hack assembly language code

Notifications You must be signed in to change notification settings

TaHUoP/hack-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack assembler

Implementation of the 6th project from nand2tetris course, assembler for hack assembly language.

Installation

Clone the repository and run the following command from the root folder:

composer install

For guidelines on composer installation visit https://getcomposer.org/download/

Usage

To compile a file run:

hackasm <inputFilePath> [<outputFilePath>]

! Make sure you have write privileges for the path specified in <outputFilePath>.

To get detailed usage manual run:

hackasm --help

About

CLI application for assembly hack assembly language code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages