C
cxz9
Unregistered / Unconfirmed
GUEST, unregistred user!
下载的代码在D6下出错。
[Error] HYPERSTR.PAS(1022): Operand size mismatch
@Skip2:
Test EDX,$60000000 //quotes clear ?
Jnz @Write //no, then write it out
And DL,31 //bit index
Shr EAX,5 //dbl-word index
Shl EAX,2
Mov EBP,[EDI+EAX] //get the dbl-word
Bt EBP,DL //test the bit
Jc @Skip //skip write if in Table
这应该怎么办?
或者谁有D6下能用的HyperString
[Error] HYPERSTR.PAS(1022): Operand size mismatch
@Skip2:
Test EDX,$60000000 //quotes clear ?
Jnz @Write //no, then write it out
And DL,31 //bit index
Shr EAX,5 //dbl-word index
Shl EAX,2
Mov EBP,[EDI+EAX] //get the dbl-word
Bt EBP,DL //test the bit
Jc @Skip //skip write if in Table
这应该怎么办?
或者谁有D6下能用的HyperString