Add example project, devcontainer config and debugger config

This commit is contained in:
2025-04-26 23:30:03 +01:00
parent 5ffbe818b6
commit 0a5cf0d943
7 changed files with 376 additions and 0 deletions

View File

@ -1 +1,9 @@
Development tools for the ZX Spectrum
The Dockerfile is the basis of the devcontainer.
The devcontainer contains various assemblers etc.
Build the example project by running `make` from the terminal or the VSCode extension.
Debug in the build in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`).