deeptoaster / opcode-table

A set of extensible tables for displaying details of machine instructions for Z80 and other architectures
10 stars 4 forks source link

fix: Use correct register name for 0xDD24 and 0xFF24 opcodes #7

Closed colinbarry closed 1 year ago

colinbarry commented 1 year ago

Previously, the tooltips for these opcodes stated "Add one to r", rather than "Add one to IXH/IYH"

deeptoaster commented 1 year ago

Nice catch! Since you're already here would you mind also updating these two lines? Just did a grep for similar issues and those are the only other two I found.

https://github.com/deeptoaster/opcode-table/blob/ca15c52de8fa70e92497e9b275456b46837f4dfc/opcode-table.json#L1336

https://github.com/deeptoaster/opcode-table/blob/ca15c52de8fa70e92497e9b275456b46837f4dfc/opcode-table.json#L1345

deeptoaster commented 1 year ago

Ah never mind, I found more issues—I'll take care of them separately. Thanks again!