Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.17 KB

Arduboy_Emulator

a currently wip cross platform emulator of the Arduboy console written in C++

Features

  • Debugger
  • Disassembler
  • Analytics
    • Sleep, Stack size
  • Ram/Rom/Eeprom Hex Editor
    • Editable as different data types
  • Support for visualising data through symbols

Dependencies

Arduboy_Emulator runs on a minimum amount of dependencies which are as portable as possible to intern optimise its portability. All dependencies are included as submodules (see /dependencies). Current dependencies are

Building

The currently supported ways of building the source are the following:

  • Makefile (Native/Web Build)
  • Visual Studio 2019 project (Native Build)