1.The grammar is complicated
The original grammar:
mov FixAddr,ref.addr(i)
Plug-in Syntax:
mov eax,ref.addr($i)
setx $FixAddr,{eax}
The original grammar:
mov FunOffset,[FixAddr+2]
Plug-in Syntax:
mov eax,[$FixAddr+2]
setx $FunOffset,{eax}
....
2.Grammar is getting Messier
//setx( Not belonging to C grammar )
setx and movx
//if( There is a big difference between C grammar )
if and cmp
3.By the way, BUG was discovered.
//Always the same value

