As of 2023-08-18, this idea is hosted there : isa68k-database
_This is a requirement of #10 "Homemade assembly 68k compiler in python supporting devpac-ish directives"
I am working on it using Google Sheets for now (better visualization than CSV)
The collection of tables (CSV format) would gather various aspects of the ISA, e.g. addressing modes, mnemonics, opcodes format, etc...
Typical application of the database :
generate documentation
generate libraries that will help to compile/assemble or decompile/disassemble. The target language is up to the one that need that. I would like a python, Java, and maybe javascript/Typescript
The collection of tables (CSV format) would gather various aspects of the ISA, e.g. addressing modes, mnemonics, opcodes format, etc...
Typical application of the database :