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
This commit is contained in:
cuz 2003-04-28 06:42:28 +00:00
parent 1015edb2a2
commit 0e32374efe

View file

@ -49,7 +49,7 @@
const OpcDesc OpcTable[256] = { const OpcDesc OpcTable[256] = {
{ /* $00 */ { /* $00 */
"brk", "brk",
2, 1,
0, 0,
CPU_ALL, CPU_ALL,
OH_Implicit OH_Implicit