This patch uses the new getMnemonic helper from D90039
to display mnemonics instead of the internal opcodes.
The main motivation behind using the mnemonics is that they
are more user-friendly and more directly related to the assembly
the users will be presented.
Would it make sense to make this return an Optional to make it clear that this may not necessarily return a mnemonic?