Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 929 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 929 Bytes

ZX Spectrum Next Dot Commands

Introduction

This repository provides a list of dot commands for the ZX Spectrum Next.

Dot Commands

Below is a list of dot commands available for use with ZX Spectrum Next:

  • .morse: Bring Morse code to your ZX Spectrum Next.
  • .md5sum: Calculate the MD5 hash of a file.

How to Use

To use these dot commands in your ZX Spectrum Next programs, follow these steps:

  1. Download the dot command from the "build" folder to the "dot" folder on your ZX Spectrum Next.
  2. Use it.

Contribution

Feel free to contribute additional dot commands or improvements to existing ones. Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-command.
  3. Make changes and commit: git commit -am 'Add new command'.
  4. Push the branch: git push origin feature/new-command.
  5. Submit a pull request.