diff options
author | Oxore <oxore@protonmail.com> | 2023-05-21 21:54:05 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-21 22:00:23 +0300 |
commit | befd06430f141cbe95ea2393603046020cb14019 (patch) | |
tree | 33f16ea93f24c884e4b6df413ef599809ff2ee68 /disasm.h | |
parent | 4f2215e74a003b86a131778e232162af066965f6 (diff) |
Make imm values print as hex if dest arg is An, CCR or SR
Diffstat (limited to 'disasm.h')
-rw-r--r-- | disasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -297,6 +297,7 @@ struct Arg { int SNPrint( char *buf, size_t bufsz, + bool imm_as_hex = false, RefKindMask ref_kinds = 0, uint32_t self_addr = 0, uint32_t ref_addr = 0) const; |