git: 9front

Download patch

ref: 16c3f44e4ef8da527522924cd84ffb084d6d3555
parent: 16281bce2fa0ced4969a14aa0715a20a16332892
author: qeed <devnull@localhost>
date: Thu May 2 06:40:45 EDT 2013

fixed operand size for ADD SP, n

--- a/sys/src/games/gb/disasm.c
+++ b/sys/src/games/gb/disasm.c
@@ -497,7 +497,7 @@
 	[0xE5] 0,
 	[0xE6] 1,
 	[0xE7] 0,
-	[0xE8] 0,
+	[0xE8] 1,
 	[0xE9] 0,
 	[0xEA] 2,
 	[0xEB] 0,
--