1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

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] = {
{ /* $00 */
"brk",
2,
1,
0,
CPU_ALL,
OH_Implicit