MOS65XX: lowercase for MOS65XX_AM_ACC

This commit is contained in:
Nguyen Anh Quynh 2018-12-18 22:46:23 +08:00
parent ca984c3eb4
commit 53b3e3f7c5
1 changed files with 1 additions and 1 deletions

View File

@ -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: