• PHP 48.9%
  • TypeScript 19%
  • CSS 15.3%
  • Smarty 15%
  • Makefile 1.8%
Find a file
2026-04-05 08:37:34 +02:00
lib add ellipses to make skipped rows clear #18 2025-12-01 00:27:04 -05:00
src add ellipses to make skipped rows clear #18 2025-12-01 00:27:04 -05:00
.browserslistrc add banner and legend 2022-08-01 00:37:37 -04:00
.git-ftp-ignore add banner and legend 2022-08-01 00:37:37 -04:00
.git-ftp-include switch to TypeScript 2023-05-29 18:02:55 -04:00
.gitignore switch to TypeScript 2023-05-29 18:02:55 -04:00
.gitmodules ch81: rewrite the submodules to public URLs 2026-04-05 08:37:34 +02:00
Makefile more practical table ordering #16 2024-09-05 01:43:29 -04:00
opcode-table.json document undocumented carry flag behavior #12 2024-12-17 00:56:54 -05:00
opcode-table.json.LICENSE.txt add license for opcode-table.json 2024-12-05 04:25:16 -05:00
README.md add contribution section to README 2024-07-13 15:35:13 -04:00

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.