forked from mikeakohn/naken_asm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Did re-ordering of some items in table_z80[] table for correct simulator support. Corrected a couple of opcodes in table_z80[] table. Corrected a few cycles counts in table_z80[] table. ``` Note: Some items in table_z80[] *must* be ordered with the more-specific masked item listed before the less-specific masked item to be correctly used! This primarily involves the INDEX_HL vs REG8 type items. Rules for any opcode: OP_A_INDEX_HL - must be before OP_A_REG8 OP_INDEX_HL - must be before OP_REG8 and OP_A_REG_IHALF OP_INDEX_HL - must be before OP_REG8_V2 OP_REG8_INDEX_HL - must be before OP_REG8_REG8 OP_INDEX_HL_REG8 - must be before OP_REG8_REG8 OP_INDEX_HL_NUMBER8 - must be before OP_REG8_NUMBER8 OP_BIT_INDEX_HL - must be before OP_BIT_REG8 ```
- Loading branch information
Showing
1 changed file
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters