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:
parent
1015edb2a2
commit
0e32374efe
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
const OpcDesc OpcTable[256] = {
|
||||
{ /* $00 */
|
||||
"brk",
|
||||
2,
|
||||
1,
|
||||
0,
|
||||
CPU_ALL,
|
||||
OH_Implicit
|
||||
|
|
Loading…
Add table
Reference in a new issue