Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 295 Bytes

An experiment generating Z80 machine code (for ZX Spectrum) with JavaScript. Actual source code is in src/.

See article for detailed explanation.

Build with npm run build. Test with node testzx.js. Output is to tst.bin. Load into ZX Spectrum emulator (see article.md).