这是indexloc提供的服务,不要输入任何密码
Skip to content

gabriellavengeo/nand2tetris-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nand2tetris-assembler

nand2tetris-assembler is a CLI tool written in Go that compiles programs written in the Hack assembly lanuage into a plain text representation of binary code for the Hack computer instruction set. The Hack assembly language and the Hack hardware platform are part of the Nand2Tetris course.

Build

go build -o bin/nand2tetris-assembler ./cmd

Usage

Usage: ./nand2tetris-assembler -f [FILE] -o [FILE]
OPTIONS:
-f <string>: input file name (must have .asm extension)
-o <string>: output file name (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published