MOS65XX: lowercase for MOS65XX_AM_ACC
This commit is contained in:
parent
ca984c3eb4
commit
53b3e3f7c5
|
@ -454,7 +454,7 @@ void MOS65XX_printInst(MCInst *MI, struct SStream *O, void *PrinterInfo)
|
|||
break;
|
||||
|
||||
case MOS65XX_AM_ACC:
|
||||
SStream_concat(O, " A");
|
||||
SStream_concat(O, " a");
|
||||
break;
|
||||
|
||||
case MOS65XX_AM_ABS:
|
||||
|
|
Loading…
Reference in New Issue