Some assembler are allergic to lea reg,BYTE PTR[...].
Submitted by: Guenter Knauf
This commit is contained in:
@@ -212,7 +212,7 @@ sub RC4
|
||||
&movz ($ty,&BP(0,$d,$ty));
|
||||
&add (&LB($x),1);
|
||||
&xorb (&LB($ty),&BP(0,$in));
|
||||
&lea ($in,&BP(1,$in));
|
||||
&lea ($in,&DWP(1,$in));
|
||||
&movz ($tx,&BP(0,$d,$x));
|
||||
&cmp ($in,&swtmp(2));
|
||||
&movb (&BP(0,$out),&LB($ty));
|
||||
|
||||
Reference in New Issue
Block a user