This repository provides a list of dot commands for the ZX Spectrum Next.
Below is a list of dot commands available for use with ZX Spectrum Next:
To use these dot commands in your ZX Spectrum Next programs, follow these steps:
- Download the dot command from the "build" folder to the "dot" folder on your ZX Spectrum Next.
- Use it.
Feel free to contribute additional dot commands or improvements to existing ones. Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-command
. - Make changes and commit:
git commit -am 'Add new command'
. - Push the branch:
git push origin feature/new-command
. - Submit a pull request.