You are free to use this code without limitation in your own code. All I ask is that you mention me and link back to this site if you find this code useful. Comments and suggestions are welcome.
To see these demos run in a Java emulator in your browser, please go here. You can download the source code in a ZIP file ready to download:
- source_demo_060911
- source_demo_030712 (the latest version)
To compile these demos, place in the following directory structure:
- Demo
- LIB
Compile the relevant demo from the Demo directory; the demo will then include required library files from the LIB directory.
Compilation Instructions
- Install and run ZX Spin 0.666
- Unzip the source demo code into a directory of your choice
- From the Emulator menu, select Tools -> Z80 Assembler
- From the Assembler menu:
- Select File -> Open and open main.asm
- Select File -> Assemble
- On the Assemble dialog:
- Check Assemble From = Current File
- Check Memory Start Page = MAIN
- Click OK
- The code should then assemble with no errors
- From the Assembler menu, select Program -> Run
- The code should then start in the emulator window