1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-20 07:28:56 +00:00

Comment out unused instruction string table

This commit is contained in:
Peter Evans 2017-12-26 16:45:24 -06:00
parent 81804532df
commit 253db81460

View File

@ -42,6 +42,7 @@ static int instructions[] = {
BEQ, SBC, NOP, NOP, NOP, SBC, INC, NOP, SED, SBC, NOP, NOP, NOP, SBC, INC, NOP, // Fx
};
/*
static char *instruction_strings[] = {
"ADC",
"AND",
@ -100,6 +101,7 @@ static char *instruction_strings[] = {
"TXS",
"TYA",
};
*/
/*
* A small convenience for defining instruction handlers below.