From 5dc9c7f443dde75530ffe5e17c2bbef12f466f91 Mon Sep 17 00:00:00 2001 From: qeed Date: Thu, 2 May 2013 10:40:45 -0400 Subject: fixed operand size for ADD SP, n --- sys/src/games/gb/disasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/games/gb/disasm.c b/sys/src/games/gb/disasm.c index a40b75130..08e9b877a 100644 --- a/sys/src/games/gb/disasm.c +++ b/sys/src/games/gb/disasm.c @@ -497,7 +497,7 @@ static int operands[256] = { [0xE5] 0, [0xE6] 1, [0xE7] 0, - [0xE8] 0, + [0xE8] 1, [0xE9] 0, [0xEA] 2, [0xEB] 0, -- cgit v1.2.3