Intel® X86 Encoder Decoder
|
Options for the disasembly formatting functions. More...
#include <xed-format-options.h>
Data Fields | |
xed_bool_t | emit_ignored_branch_taken_hint |
emit ignored branch hints More... | |
unsigned int | hex_address_before_symbolic_name |
by default, XED prints the hex address before any symbolic name for branch targets. More... | |
xed_bool_t | lowercase_hex |
lowercase hexadecimal More... | |
unsigned int | no_sign_extend_signed_immediates |
do not sign extend signed immediates More... | |
unsigned int | omit_unit_scale |
omit unit scale "*1" More... | |
xed_bool_t | positive_memory_displacements |
Show negative memory displacements as positive numbers. More... | |
unsigned int | write_mask_curly_k0 |
write-mask-with-curly-brackets, omit k0 More... | |
unsigned int | xml_a |
Simple XML output format for the Intel syntax disassembly. More... | |
unsigned int | xml_f |
Include flags in the XML formatting (must also supply xml_a) More... | |
Options for the disasembly formatting functions.
Set once during initialization by a calling xed_format_set_options
xed_bool_t emit_ignored_branch_taken_hint |
emit ignored branch hints
unsigned int hex_address_before_symbolic_name |
by default, XED prints the hex address before any symbolic name for branch targets.
If set to zero, then XED will not print the hex address before a valid symbolic name.
xed_bool_t lowercase_hex |
lowercase hexadecimal
unsigned int no_sign_extend_signed_immediates |
do not sign extend signed immediates
unsigned int omit_unit_scale |
omit unit scale "*1"
xed_bool_t positive_memory_displacements |
Show negative memory displacements as positive numbers.
unsigned int write_mask_curly_k0 |
write-mask-with-curly-brackets, omit k0
unsigned int xml_a |
Simple XML output format for the Intel syntax disassembly.
unsigned int xml_f |
Include flags in the XML formatting (must also supply xml_a)