Intel® X86 Encoder Decoder
xed_format_options_t Struct Reference

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...
 
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...
 

Detailed Description

Options for the disasembly formatting functions.

Set once during initialization by a calling xed_format_set_options

Field Documentation

◆ hex_address_before_symbolic_name

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.

◆ lowercase_hex

xed_bool_t lowercase_hex

lowercase hexadecimal

◆ no_sign_extend_signed_immediates

unsigned int no_sign_extend_signed_immediates

do not sign extend signed immediates

◆ omit_unit_scale

unsigned int omit_unit_scale

omit unit scale "*1"

◆ positive_memory_displacements

xed_bool_t positive_memory_displacements

Show negative memory displacements as positive numbers.

◆ write_mask_curly_k0

unsigned int write_mask_curly_k0

write-mask-with-curly-brackets, omit k0

◆ xml_a

unsigned int xml_a

Simple XML output format for the Intel syntax disassembly.

◆ xml_f

unsigned int xml_f

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


The documentation for this struct was generated from the following file: