MahdiSafsafi / UnivDisasm

x86 Disassembler and Analyzer
Mozilla Public License 2.0
97 stars 36 forks source link

Inst Category #8

Closed Pigrecos closed 8 years ago

Pigrecos commented 8 years ago

Hello, I realized that all of the all constant definitions related to the category of Istruction are set to 0.

Thank you ;)

INST_CATEGORY_ARITHMETIC = 0; INST_CATEGORY_FLOATING_POINT = 0; INST_CATEGORY_X87_FPU = 0; INST_CATEGORY_COMPARE = 0; INST_CATEGORY_DATA_TRANSFER = 0; INST_CATEGORY_LOAD = 0; INST_CATEGORY_CONVERT = 0; INST_CATEGORY_INTEGER = 0; INST_CATEGORY_STORE = 0; ....... ..... etc..