xed_format_options_t Struct Reference
[Printing (disassembling) Instructions]

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.
unsigned int no_sign_extend_signed_immediates
 do not sign extend signed immediates
unsigned int omit_unit_scale
 omit unit scale "*1"
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).


Detailed Description

Options for the disasembly formatting functions.

Set once during initialization by a calling xed_format_set_options

Definition at line 46 of file xed-format-options.h.


Field Documentation

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 50 of file xed-format-options.h.

unsigned int no_sign_extend_signed_immediates
 

do not sign extend signed immediates

Definition at line 61 of file xed-format-options.h.

unsigned int omit_unit_scale
 

omit unit scale "*1"

Definition at line 58 of file xed-format-options.h.

unsigned int xml_a
 

Simple XML output format for the Intel syntax disassembly.

Definition at line 53 of file xed-format-options.h.

unsigned int xml_f
 

Include flags in the XML formatting (must also supply xml_a).

Definition at line 55 of file xed-format-options.h.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 22 12:27:08 2011 for XED2 by  doxygen 1.4.6