Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Masm help


ghost's Avatar
0 0

Whats the difference between .386, .486, and .586?


stealth-'s Avatar
Ninja Extreme
0 0

While I'm not sure if this will answer your question, those are different CPU architectures (Intel 80386 aka i386, Intel 80486 aka i486, pentium 5 aka i586). The line .386, .486, etc declares your instruction set. All of these are x86 architectures, and most are backwards compatible.

Hope that helps :)