Thread: Asm

  1. #1
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644

    Asm

    Does anyone know where to get NASM since http://www.web-sites.co.uk or whatever it is is not a website anymore?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Asm

    Originally posted by Quantrizi
    Does anyone know where to get NASM since http://www.web-sites.co.uk or whatever it is is not a website anymore?

    Try here

  3. #3
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Thank you Fordy. :-)

  4. #4
    http://www.archive.org

    type in the URL of any site and you can look at previous editions of website, or dead sites.

  5. #5
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Thanks frenchfry. I have 2 questions now though:
    [list=1]Does anyone know what assembly (Intel, AT&T) MSVC++ uses?[/list=1]
    [list=2]Does anyone know how to use NASM code to work with MSVC++?[/list=2]

  6. #6
    can you just like link the OBJ files from the NASM stuff to the rest of your files or something?

  7. #7
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    I would think so....but what is the purpose of including ASM in w/ code anyhow?

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Quantrizi
    Thanks frenchfry. I have 2 questions now though:
    [list=1]Does anyone know what assembly (Intel, AT&T) MSVC++ uses?[/list=1]
    [list=2]Does anyone know how to use NASM code to work with MSVC++?[/list=2]
    VC++ uses MASM syntax (or as close as needs be)

    I dont know about NASM, but if you can make a dll with it (which I understand you can), then it should be easy.....but if you want to do windows coding in ASM....dump NASM and get MASM...it has much more support

  9. #9
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    ok, thankx. u know where i can grab a copy of masm?

  10. #10
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Quantrizi
    ok, thankx. u know where i can grab a copy of masm?

    Yup

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 + C++
    By JaWiB in forum C++ Programming
    Replies: 17
    Last Post: 06-26-2003, 03:13 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