Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 658 Bytes

README.MD

File metadata and controls

13 lines (10 loc) · 658 Bytes

Assembly Trainer for MOS6502 using the C emulator backend

Requirements:

  1. Linux, macOS or Windows (WSL recommended, MinGW otherwise, untested)
  2. GLFW3 Library (Ubuntu: sudo apt install libglfw3-dev, macOS: brew install glfw, Google for MinGW)
  3. Clone using git clone https://github.com/sunipkmukherjee/assy_trainer_6502.git --recurse-submodules to ensure that all submodules are cloned.

Uses a custom version of Dear ImGui, OpenGL2 backend.

Run:

To build, run make in command line, then execute ./mos6502.out. First build takes a long time in order to build the Dear ImGui backend.

Happy testing!