Skip to content

itzdevi/HackEm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Emulator

A simple Hack CPU and assembler emulator.

Overview

This project emulates the Hack CPU from nand2tetris by Shimon Schocken and Noam Nisan, supporting Hack assembly programs.

Getting Started

  1. Build the project (see Compilation Guide) / install precompiled binaries
  2. Assemble a program
    hacka -i examples/mul.asm -o mul.bin
  3. Run the emulator with compiled binary
    hacke -i mul.bin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published