A simple assembler written in Golang to process
.asmfiles and generate corresponding.hackfiles.
- Download from official website.
- Verify installation:
go version- Run without building
go run main.go "filename"Takes "path/filename.asm" --> generate "path/filename.hack"
- Build the assembler:
go build -o assemblerrun via build:
./assembler "filename"