michael@0: #ifndef x86_IMM_H michael@0: #define x86_IMM_H michael@0: michael@0: #include "./qword.h" michael@0: #include michael@0: michael@0: #ifdef WIN32 michael@0: #include michael@0: #endif michael@0: michael@0: /* these are in the global x86 namespace but are not a part of the michael@0: * official API */ michael@0: unsigned int x86_imm_sized( unsigned char *buf, size_t buf_len, void *dest, michael@0: unsigned int size ); michael@0: michael@0: unsigned int x86_imm_signsized( unsigned char *buf, size_t buf_len, void *dest, michael@0: unsigned int size ); michael@0: #endif