Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 937 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 937 Bytes

Open in Dev Containers

Eleven Interpreter for MEGA65 - The rust version

Template for projects using the mos-hardware crate.

Getting started

The project requires rust-mos. A docker image of rust-mos is available if you do not fancy compiling LLVM.

Docker and Visual Studio Code

The easiest way is to use the provided .devcontainer.json configuration for vscode by clicking the Dev Containers Open badge above, assuming you have VSC and Docker installed. You can also do this manually:

  1. Start Docker
  2. Go to the eleven/ directory
  3. Type code . and follow instructions to open in dev container