2

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.

Jimmy Wu
  • 149
  • 7

1 Answers1

3

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

disassemble-settings opcode = on

Showing OpCode in Disassemble

James
  • 144
  • 6
  • 1
    Regarding Eclipse, it is not part of free public release. https://stackoverflow.com/questions/68052006/simics-eclipse-not-found-please-install-package-1001 – James Aug 20 '21 at 16:01