Skip to content

Fix #248: Disassemble MOVS inst nicely

Raymond Toy requested to merge issue-248-disassemble-movs-nicely into master

Make sure that we disassemble the MOVS instruction nicely to honor the desired case for disassembly. Previously, we printed "movsD" which looks funny. It should be "movsd".

Merge request reports