in `packages\common-ui\src\controller\game-console-event-bridge.ts`, on lines 74 & 80 the strings `"Hexdump:\n"` & `"Disassembly:\n"` are hard-coded. in the gnome app the `"Hexdump:\n"` string is shown in the message console after assembly.
in
packages\common-ui\src\controller\game-console-event-bridge.ts,on lines 74 & 80 the strings
"Hexdump:\n"&"Disassembly:\n"are hard-coded.in the gnome app the
"Hexdump:\n"string is shown in the message console after assembly.