optable [Latin: optabilis] (obsolete) That may be chosen; desirable.
A website with (reverse) opcode tables for various CPUs. Work in progress.
Inspired by Pastraiser's opcode tables and based on the GBDev Game Boy opcode table website.
Each architecture has two directories:
collections/<arch>/
: HTML and Markdown templates_data/<arch>/
: Data sourcesgenerate_opcodes.py
: Script that generatesopcodes.json
instructions.json
: JSON file with all instructionsflags.json
: JSON file with flag registers
The file structure isn't very logical right now. The templates in collections
shouldn't need to be duplicated per architecture, and should probably live in _layouts
somehow. Pull requests rectifying this are very welcome.