summaryrefslogtreecommitdiff
path: root/disasm.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-21 21:54:05 +0300
committerOxore <oxore@protonmail.com>2023-05-21 22:00:23 +0300
commitbefd06430f141cbe95ea2393603046020cb14019 (patch)
tree33f16ea93f24c884e4b6df413ef599809ff2ee68 /disasm.h
parent4f2215e74a003b86a131778e232162af066965f6 (diff)
Make imm values print as hex if dest arg is An, CCR or SR
Diffstat (limited to 'disasm.h')
-rw-r--r--disasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/disasm.h b/disasm.h
index 1b0dd7a..3a10507 100644
--- a/disasm.h
+++ b/disasm.h
@@ -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;