What's changing
This issue will create a JSON containing Markdown strings of all documentation for every possible instruction and addressing mode in the 6502 family. It will not, however, provide information on which processor has which instruction & addressing mode. That's what this issue will add to the JSON. Implementation details not yet certain
Motivation for change
We want to show help doc specific to the processor the developer is developing for. For instance we don't want to act like stz is a valid instruction (i.e. provide syntax highlighting, autocomplete, hover doc) if the project they're developing is a Commodore 64 project (nmos 6502.)
Background/Notes
What's changing
This issue will create a JSON containing Markdown strings of all documentation for every possible instruction and addressing mode in the 6502 family. It will not, however, provide information on which processor has which instruction & addressing mode. That's what this issue will add to the JSON. Implementation details not yet certain
Motivation for change
We want to show help doc specific to the processor the developer is developing for. For instance we don't want to act like
stzis a valid instruction (i.e. provide syntax highlighting, autocomplete, hover doc) if the project they're developing is a Commodore 64 project (nmos 6502.)Background/Notes