Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 276 Bytes

File metadata and controls

18 lines (13 loc) · 276 Bytes

Hack Emulator

This is an emulator for the Hack computer implemented in C and SDL.

Requirements

  • C compiler
  • SDL2

Build

Simply run make

Run

Linux

./hackemu <path-to-file>

Windows

hackemu.exe <path-to-file>