diff options
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r-- | opcodes/arm-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index f49298f..2ea3e13 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -33,6 +33,7 @@ struct thumb_opcode %% % %<bitfield>d print the bitfield in decimal %<bitfield>x print the bitfield in hex + %<bitfield>X print the bitfield as 1 hex digit without leading "0x" %<bitfield>r print as an ARM register %<bitfield>f print a floating point constant if >7 else a floating point register |