fixed operand size for ADD SP, n

This commit is contained in:
qeed 2013-05-02 10:40:45 -04:00
parent 78794f03dd
commit 5dc9c7f443

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,