deeptoaster / opcode-table

A set of extensible tables for displaying details of machine instructions for Z80 and other architectures
10 stars 4 forks source link

Z80 Opcode Table

A set of extensible tables for displaying details of machine instructions for Z80 and other architectures

https://clrhome.org/table/

About

This repository contains the source code for the Z80 Opcode Table, which is publicly available at https://clrhome.org/table/.

Contributing

Feedback and contributions are always welcome! If you have any bug reports, feature requests, or questions, please open a GitHub issue.

To contribute, follow the instructions below to set up local development and submit a GitHub pull request. You will need to have the following utilities installed:

  1. Create a fork of deeptoaster/opcode-table to your own account and clone it.
  2. In the project directory, run make all to build all assets.
  3. Open the generated index.html in your browser.
  4. After making your changes, commit them, push them to your fork on GitHub, and create a pull request to deeptoaster/opcode-table.