Godbolt.org hex view
user1234
user1234 at 12.de
Fri Jan 24 10:48:57 UTC 2025
On Friday, 24 January 2025 at 08:56:20 UTC, Walter Bright wrote:
> When I used to use godbolt.org, it would show the assembler
> generated by the compiler along with the hex bytes. Now it no
> longer shows the hex bytes. It just shows the disassembly. How
> do I turn that on? I clicked on every option I could find. I
> googled it. No joy. I tried Groc. No useful information.
>
> P.S. I get the hex output with clang, but not with gcc???
"Output" + check "Link to binary"
e.g https://godbolt.org/z/41hneYz98
It seems that hex is only displayed when objdump is also used as
disaseembler, otherwise without the "Link to binary" option an
".S" file is directly produced.
More information about the Digitalmars-d
mailing list