SuCkEr Posted December 18, 2006 Posted December 18, 2006 hi alli was writing a keygen for keygenme2 by diablo2002and i put riped code in a keygen tempelateand solved itbut when i build it i got errorsi goto the line error and find this instructionBSWAP EDXi don't know what is that mean?and how i can use it in keygen tempelate
Ufo-Pu55y Posted December 18, 2006 Posted December 18, 2006 Nose here: _http://support.microsoft.com/kb/78393/en This problem was corrected in MASM version 6.0a.
SuCkEr Posted December 18, 2006 Author Posted December 18, 2006 and what about for who use winasm studio?no way to use it
revert Posted December 18, 2006 Posted December 18, 2006 BSWAP r32Reverses the byte order of a 32-bit destination register.7FFD4000 -> 0040FD7F If you get build error use .486 in stead of .386 as the required CPU.
Killboy Posted December 18, 2006 Posted December 18, 2006 SuCkEr:Afaik WinASM is not a compiler, it's simply an IDE which also uses MASM, so you still have to have MASM installed.
SuCkEr Posted December 18, 2006 Author Posted December 18, 2006 i know and masm installed already but old versionand i like to use winasm studio as a good IDE-it's working fine now after changed .386 to .486-thanks all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now