How to pad word values to 4 hex digits? #8325
TimRegeant
started this conversation in
General
Replies: 1 comment
-
bump Possible? Not possible? Anybody? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could someone explain how I can pad a byte/word/long field to 2/4/8 digits?
For instance, currently I have something like this:
1A000008 00 00 dw 0h word1
I would like the output to be formatted/padded with 4 digits like this:
1A000008 00 00 dw 0000h word1
Possible?
Beta Was this translation helpful? Give feedback.
All reactions