mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-30 06:29:48 +00:00
Comment out unused instruction string table
This commit is contained in:
parent
81804532df
commit
253db81460
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user