When in IL view is there a way to display raw bytes for the entire instruction and not just the first opcode:
For example an instruction could look like this In IL view, where 28 is the opcode of the "call" instruction along with the 4 bytes of address
IL_0001: call instance void i0::a() //28 12 34 56 78