CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2002
    Posts
    5,757

    Recommended ASM 80x86 Reference :: ASM

    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

  2. #2
    Join Date
    May 2002
    Location
    Texas
    Posts
    222
    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.

  3. #3
    Join Date
    Feb 2002
    Posts
    5,757
    Okay. Thanks.

    Kuphryn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured