32#ifndef ZYDIS_FORMATTER_INTEL_H
33#define ZYDIS_FORMATTER_INTEL_H
126 ZYAN_DEFINE_STRING_VIEW(
""),
127 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
132 ZYAN_DEFINE_STRING_VIEW(
""),
133 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
140 &FORMATTER_INTEL.number_format[
142 ZYAN_DEFINE_STRING_VIEW(
"0x"),
143 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
148 ZYAN_DEFINE_STRING_VIEW(
""),
149 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
201 ZYDIS_SIGNEDNESS_AUTO,
217 ZYAN_DEFINE_STRING_VIEW(
""),
218 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
223 ZYAN_DEFINE_STRING_VIEW(
""),
224 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
232 ZYAN_DEFINE_STRING_VIEW(
""),
233 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
237 &FORMATTER_INTEL_MASM.number_format[
239 ZYAN_DEFINE_STRING_VIEW(
"h"),
240 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
enum ZydisRegister_ ZydisRegister
Defines the ZydisRegister enum.
Provides some internal, more performant, but unsafe helper functions for the ZyanString data-type.
@ ZYDIS_LETTER_CASE_DEFAULT
Uses the given text "as is".
Definition String.h:72