xor2003 / masm2c

x86 assembler (MASM syntax) to C translator
Other
82 stars 16 forks source link

Failed to convert complex data values like: offset abcd+2 #9

Open xor2003 opened 2 years ago

xor2003 commented 2 years ago

result: offset(abcd)2 should be: offset(abcd)+2