Thread: Implementing ASM in games...

  1. #1
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Post Implementing ASM in games...

    I was just wondering about this. I would like to know if anyone here implements __asm{} in their C/C++ code when programming a game. You know, for large operations, etc. That's what I have actually been doing in my current "hobby project". I'm doing a small game just for fun. It's a 2D, 2-player space shooter. Anyhow, I would like to know how many of you actually add __asm{} to your game code. Out of curiosity ! Please reply. If you do use ASM please state your reason. .
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    i dont use ASM. i think compiler optimizations these days can make c/c++ code run just as fast (or close enough) to user programmed assembly.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 01-18-2003, 01:32 AM
  2. Video Games Industry. 5 years left.
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 12-10-2002, 10:52 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