XED
|
Options for the disasembly formatting functions. More...
#include <xed-format-options.h>
Data Fields | |
unsigned int | hex_address_before_symbolic_name |
by default, XED prints the hex address before any symbolic name for branch targets. 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... | |
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
Definition at line 45 of file xed-format-options.h.
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.
Definition at line 49 of file xed-format-options.h.
unsigned int no_sign_extend_signed_immediates |
do not sign extend signed immediates
Definition at line 60 of file xed-format-options.h.
unsigned int omit_unit_scale |
omit unit scale "*1"
Definition at line 57 of file xed-format-options.h.
unsigned int write_mask_curly_k0 |
write-mask-with-curly-brackets, omit k0
Definition at line 63 of file xed-format-options.h.
unsigned int xml_a |
Simple XML output format for the Intel syntax disassembly.
Definition at line 52 of file xed-format-options.h.
unsigned int xml_f |
Include flags in the XML formatting (must also supply xml_a)
Definition at line 54 of file xed-format-options.h.