1
2
3
4
5
6
7
|
{$A+,B-,E-,F-,G+,H+,I-,J+,K-,N+,P+,Q-,R-,S-,T-,V+,W-,X+,Y-}
{.$DEFINE 486GE} // Assembler Core only for >= 486 CPU
{$DEFINE UseASM} // use Assembler optimated core
{.$DEFINE ManualRegisterClasses} // all Cipher- and Hashclasses must be manual register
|