Results 1 to 5 of 5

Thread: Assembly in Visual Studio

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    22
    I can't seem to get Visual Studio C++ 6.0 to recognize the asm command. What is the syntax and where in my program do I use it?
    May the source be with you

  2. #2
    Guest
    _asm
    {
    }

  3. #3
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    I think it's a double _ :

    Code:
    __asm {
    
    xor eax, eax
    
    }
    Courgettes.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    22
    So I do need that underline? That is what I was missing. One more question. Is it possible to write an entire assembly program in VC++ 6.0? Thanks for you help.
    May the source be with you

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Yes, but you'd need to do some serious playing with the custom build facility.

    Possibility for making a new project/package type?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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