fixed operand size for ADD SP, n
This commit is contained in:
parent
78794f03dd
commit
5dc9c7f443
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ static int operands[256] = {
|
|||
[0xE5] 0,
|
||||
[0xE6] 1,
|
||||
[0xE7] 0,
|
||||
[0xE8] 0,
|
||||
[0xE8] 1,
|
||||
[0xE9] 0,
|
||||
[0xEA] 2,
|
||||
[0xEB] 0,
|
||||
|
|
Loading…
Reference in a new issue