> From: Aleksandar Markovic <aleksandar.marko...@rt-rk.com> > Subject: [PATCH v5 12/20] disas: nanoMIPS: Clean up handling of 16-bit logic > instructions
> Clean up handling of 16-bit logic nanoMIPS instructions: ... > > - return img::format("AND %s, %s", rs3, rt3); > + return img::format("AND[16] %s, %s", rs3, rt3); > } I wonder if this instruction should be displayed with two or three arguments (by design of this instruction, the destination is the same register as one of sources, but would it be more clear for end user to see three arguments, even if two of them are always the same?) Aleksandar