Click to See Complete Forum and Search --> : Recommended ASM 80x86 Reference :: ASM


kuphryn
September 16th, 2002, 10:09 PM
Hi.

I began learning ASM programming a couple of weeks ago. I really enjoy 16bit ASM programming, although I prefer C++. Nonetheless, ASM forces me to appreciate higher level level including C++. It would be nice to be able to disassembly any program and see what really goes on under the binary code.

What is a good reference book covering 16bit and 32bit 80x86 ASM programming?

Thanks,
Kuphryn

Kdr Kane
September 16th, 2002, 10:46 PM
Those books are not published as much as they used to be. And if they are, they're probably very expensive.

I'd recommend sandpile.org (http://www.sandpile.org/).

kuphryn
September 16th, 2002, 10:58 PM
Okay. Thanks.

Kuphryn