mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
x86: Step over the right instructions (and REP, not RET) (nw)
This commit is contained in:
parent
af3f7647f4
commit
91325200b0
@ -269,9 +269,9 @@ const i386_disassembler::I386_OPCODE i386_disassembler::i386_opcode_table1[256]
|
||||
// 0xf0
|
||||
{"lock", 0, 0, 0, 0 },
|
||||
{"???", 0, 0, 0, 0 },
|
||||
{"repne", PREFIX, 0, 0, 0 },
|
||||
{"repne", PREFIX, 0, 0, 0, STEP_OVER},
|
||||
{"rep", PREFIX, 0, 0, 0, STEP_OVER},
|
||||
{"hlt", 0, 0, 0, 0, STEP_OVER},
|
||||
{"hlt", 0, 0, 0, 0 },
|
||||
{"cmc", 0, 0, 0, 0 },
|
||||
{"groupF6", GROUP, 0, 0, 0 },
|
||||
{"groupF7", GROUP, 0, 0, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user