From 0e32374efe87cd5482ad8286654a0e1a33d898be Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 28 Apr 2003 06:42:28 +0000 Subject: [PATCH] Changed the size of the BRK instruction from 2 to 1 git-svn-id: svn://svn.cc65.org/cc65/trunk@2095 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/da65/opctable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/da65/opctable.c b/src/da65/opctable.c index e47648a02..bcb06abf7 100644 --- a/src/da65/opctable.c +++ b/src/da65/opctable.c @@ -49,7 +49,7 @@ const OpcDesc OpcTable[256] = { { /* $00 */ "brk", - 2, + 1, 0, CPU_ALL, OH_Implicit -- 2.39.5