提交 544b82e4 编写于 作者: A Andy Polyakov

Some assembler are allergic to lea reg,BYTE PTR[...].

Submitted by: Guenter Knauf
上级 8789af8d
...@@ -143,7 +143,7 @@ sub RC4_loop { ...@@ -143,7 +143,7 @@ sub RC4_loop {
&movz ($ty,&BP(0,$dat,$ty)); &movz ($ty,&BP(0,$dat,$ty));
&add (&LB($xx),1); &add (&LB($xx),1);
&xor (&LB($ty),&BP(0,$inp)); &xor (&LB($ty),&BP(0,$inp));
&lea ($inp,&BP(1,$inp)); &lea ($inp,&DWP(1,$inp));
&movz ($tx,&BP(0,$dat,$xx)); &movz ($tx,&BP(0,$dat,$xx));
&cmp ($inp,&wparam(1)); &cmp ($inp,&wparam(1));
&mov (&BP(-1,$out,$inp),&LB($ty)); &mov (&BP(-1,$out,$inp),&LB($ty));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册