a compiler bug, adimetrius have made a fix.
https://community.blackboxframework.org/viewtopic.php?f=48&t=258
FILD – Load Integer
16-bit memory 1101 1111 : mod 000 r/m
FILD m16int DF /0 Push m16int onto the FPU register stack.
32-bit memory 1101 1111 : mod 101 r/m
FILD m32int DB /0 Push m32int onto the FPU register stack.
64-bit memory 1101 1011 : mod 000 r/m
FILD m64int DF /5 Push m64int onto the FPU register stack.
FLD – Load Real
32-bit memory 1101 1001 : mod 000 r/m
FLD m32fp D9 /0 Push m32fp onto the FPU register stack.
64-bit memory 1101 1101 : mod 000 r/m
FLD m64fp DD /0 Push m64fp onto the FPU register stack.
80-bit memory 1101 1011 : mod 101 r/m
FLD m80fp DB /5 Push m80fp onto the FPU register stack.
ST(i) 1101 1001 : 11 000 ST(i)
FLD ST(i) D9 C0+i Push ST(i) onto the FPU register stack.
8D 45 F8 LEA EAX, [EBP-8]
50 PUSH EAX
DB 04 24 FILD [ESP]
83 C4 04 ADD ESP, 4
I have no such tool, I used only three papers, copied all enum names with a pencil, and the builtin post debugger(trap window), HALT(100) at the position which I want to inspect!Josef Templ wrote:Is there any such tool around?
Users browsing this forum: No registered users and 1 guest