2025-04-26 22:53:52 +00:00
|
|
|
# Development tools for the ZX Spectrum
|
2025-04-26 23:30:03 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2025-04-26 22:52:46 +00:00
|
|
|
Debug in the built in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`).
|