Search code examples
simics

Is there a way to see the raw bytes in disassembly view?


Is there a way to see the raw bytes of assembly instructions in the disassembly view? (One of the downsides of the HTML documentation is that it doesn't seem to be searchable?)

Also, is Simics Eclipse even an option for the free preview? (It seems like it maybe the Eclipse view could show raw bytes.) I don't see it listed in the base packages.


Solution

  • On the CLI, there is a "disassemble-settings", which can turn on to show OpCode

    disassemble-settings opcode = on
    

    Showing OpCode in Disassemble