Skip to content

Lord-Cinders/Hackssembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackssebler

A quick assembler made for the HACK Assembly Language.

Usage

compile the the main file and run it by linking the exe with the .asm file.

make | g++ ./src/main.cpp -o ./bin/main 
./main <[Filename.asm]>
./main Pong.asm

ensure that the .asm files are in the same location as the .exe file
several .asm files are included with the source code.

About

An assembler for HACK Assembly Language

Resources

Stars

Watchers

Forks

Packages

No packages published