From: cuz Date: Mon, 28 Apr 2003 06:42:28 +0000 (+0000) Subject: Changed the size of the BRK instruction from 2 to 1 X-Git-Tag: V2.12.0~1615 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e32374efe87cd5482ad8286654a0e1a33d898be;p=cc65 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 --- 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