Thread: asm keyword???

  1. #1
    Registered User Mr_Jack's Avatar
    Join Date
    Oct 2003
    Posts
    63

    asm keyword???

    I have a vague idea of what the asm keyword is: some sort of method of adding assemby language to your code, but how the heck do you use it? Does anybody know any good tutorials for assembly langauge??? I may sound insane, but I am curious.

  2. #2
    Registered User whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    depends on the compiler your using and the syntax style AT&T or Intel ("I believe"). Check your compiler's documentation, try here http://www.webwareindex.com/tutorials/Assembly.html
    or a search on google.
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    All you'll ever need to know about assembly, including tons and tons and tons of invaluable resources including but not limited to:

    • Intel Pentium CPU manuals (vol. 1-4)
    • MASM32, debugger, IDE, DOCs, and other tools
    • Tons of libraries for MASM32
    • RADAsm - IDE that supports NASM,MASM,TASM, and FASM
    • Link to buy the hardcopy of Art of Assembly
    • Links to support forums, source code, etc for assembly.
    • Book on programming in assembly in Windows


    http://webster.cs.ucr.edu/

    I d/l everything off of this site except for the Linux stuff since I'm not running it and have no plans to.

    If you have any more questions you can also go to www.intel.com and d/l some more manuals. Intel is very open and reliable with their information sharing policies. Some say these books are of no use, but that only shows their ignorance on the matter - they are invaluable resources.

    Bookmark that page and get the stuff - some of that would take months to find by yourself on the internet.

    Enjoy.

    Oh and unless you like self-inflicted pain and self induced nausea and comatosis - avoid AT&T syntax like the plague - it just plain sucks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. gcc asm code syntax
    By Uberapa in forum C Programming
    Replies: 4
    Last Post: 06-15-2007, 01:16 AM
  2. asm keyword
    By misplaced in forum C++ Programming
    Replies: 9
    Last Post: 10-13-2004, 04:35 PM
  3. Understanding ASM
    By kuphryn in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 07-12-2002, 07:39 PM
  4. asm mov
    By manu in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 12:59 PM
  5. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM