Skip to content

Assembler for the HACK assembly language implemented in Rust

License

Notifications You must be signed in to change notification settings

levi/hackassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackassembler

A Rust implementation of an assembler for the Hack assembly language defined in the forever awesome NAND2Tetris textbook.

Install

$ cargo build --release
$ cp ./target/release/hackassembler /usr/local/bin

Usage

$ hackassembler ./test/pong/Pong.asm

Test

$ cargo test

About

Assembler for the HACK assembly language implemented in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published