gb-opcodes icon indicating copy to clipboard operation
gb-opcodes copied to clipboard

Results 9 gb-opcodes issues
Sort by recently updated
recently updated
newest added

A simple README should be added, explaining how to locally clone the repository and run the project locally (jekyll instructions etc)

There is a problem with being able to add new ways to display the opcode table differently. It's actually quite easy to add code to change how things display via...

It doesn't make sense to have a 2-byte instruction which takes 1 M-cycle, as that's impossible to actually achieve on the CPU in any way (yes, that even includes `ADD...

Some people (on the emudev Discord server) seem to be confused by the fact that the table lists `0xCB` as 1 byte and 4 cycles, while all the `0xCB`-prefixed opcodes...

Currently there are choices between themes (Light, Dark, or Classic) and widths (Standard or Octal) but durations are always shown in T-states, with a footnote that "each instruction takes a...

Currently, gb-opcodes can be rendered with octal numbers, example: https://gbdev.io/gb-opcodes/optables/darkoctal I like the idea of an 8 column mode, but not the idea of using octal numbers, since it's otherwise...

The table cells are almost too faint to read on my screen. Applying `.opcode-info { font-weight: 600; }` fixes this without making cells wider or text larger. Current font (in...

(this is not the same as #9; that is about the semantic, while this is about consistency) The value of the "immediate" field is inconsistent in at least one case....

The JSON document has two `immediate` fields, one for any given opcode, and the other for the operands. It seems though, that this field is incorrect. I've had a discussion...