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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user