yoyoyip Cheater
Reputation: 0
Joined: 09 Apr 2006 Posts: 29
|
Posted: Thu Apr 13, 2006 3:17 am Post subject: Can't Assemble instruction like cmp esi, [ecx+eax*4].. |
|
|
Hi DarkByte,
In Assemblerunit.pas,
function rewrite(var token:string): boolean;
......
[color=yellow]if token[i] in ['[',']','+','-'] then
.......[/color]
Should I change it to
if token[i] in ['[',']','+','-','*'] then
After I changed it, it can assemble SIBScale instruction now.....
I don't know I changed correctly or not.....
Thanks
|
|