Skip to content

how to add spaces between the address and the instruction #493

Closed Answered by flobernd
440bx asked this question in Q&A
Discussion options

You must be logged in to vote

The leading address is not really part of the formatter output. It's just manually written:

printf("%016" PRIX64 " %s\n", runtime_address, instruction.text);

You can add as many spaces to the format specifier string template as you like.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@440bx
Comment options

Answer selected by 440bx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants