fixed operand size for ADD SP, n

front
qeed 2013-05-02 10:40:45 -04:00
parent 78794f03dd
commit 5dc9c7f443
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ static int operands[256] = {
[0xE5] 0,
[0xE6] 1,
[0xE7] 0,
[0xE8] 0,
[0xE8] 1,
[0xE9] 0,
[0xEA] 2,
[0xEB] 0,