Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. ASM

ASM

Scheduled Pinned Locked Moved The Lounge
questionlearning
7 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stephen Caldwell
    wrote on last edited by
    #1

    What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

    J T N R E 6 Replies Last reply
    0
    • S Stephen Caldwell

      What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

      J Offline
      J Offline
      Jon Sagara
      wrote on last edited by
      #2

      Assembly Language for Intel Based Computers is an average book that I used. I say average because the author didn't do a great job of proof reading the book. If you buy this book, you'll save yourself a lot of time and frustration by getting the errata from his website and fixing all of the errors. This book does teach a lot, though: ASM from the ground up, integration with VC++, and interaction with the filesystem, just to name a few things. The bad thing: since it's a textbook, it is rather pricy. :( Happy ASMing. May the force be with you. Jon Sagara "After all is said and done, usually more is said than done." -- Unknown

      1 Reply Last reply
      0
      • S Stephen Caldwell

        What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

        T Offline
        T Offline
        Tibor Blazko
        wrote on last edited by
        #3

        ad compiler i think you already have msdev in c/cpp sources you can use asm, _asm or __asm keywords and in debugger you can see what makes compiler from your c sources or look at /Fa cl.exe option t!

        1 Reply Last reply
        0
        • S Stephen Caldwell

          What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          chk out http://win32asm.rxsp.com/ Nish Sonork ID 100.9786 voidmain

          1 Reply Last reply
          0
          • S Stephen Caldwell

            What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

            R Offline
            R Offline
            Ray Hayes
            wrote on last edited by
            #5

            > And what compiler would you recommend. Erm, no compiler, an assembler maybe! Try: debug (should be on most Windows installations) msasm [I think] (should be part of Visual Studio). Otherwise, try embedded assembly within your C++ compiler (because writing a full assembly code program takes AGES!). Look in the help for "asm". Regards, Ray

            1 Reply Last reply
            0
            • S Stephen Caldwell

              What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

              E Offline
              E Offline
              Eric Sanchez
              wrote on last edited by
              #6

              Try The Art of Assembly Language. That's the e-book I'm using to learn assembly and it's free too. It's very detailed and explains things really good. I believe it has around 1200 pages. You can get it here: http://webster.cs.ucr.edu/Page\_asm/0\_ArtOfAsm.html

              1 Reply Last reply
              0
              • S Stephen Caldwell

                What would you consider the best resource to learn asm? And what compiler would you recommend.(Note: VERY VERY limited budget for the compiler) Thanks. Stephen Caldwell Blackfission, CEO http://bf.steffc.yi.org:81

                N Offline
                N Offline
                Nick Hodapp
                wrote on last edited by
                #7

                MASM (x86 assembler) is a free download with the Processor Pack for Visual C++ (VC++ 6.0 required), get it here. (http://msdn.microsoft.com/vstudio/downloads/ppack/download.asp) MASM is included with Visual Studio .NET beta, and will be included in the release product later this year. Nick This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups