Assembly Programming?

Login to reply to this topic.
Fri, 2005-03-25 10:47
Joined: 2003-06-12
Forum posts: 104
I'm just curious about putting inline assembly codes on a C++ program..  Why do some developers put assembly codes in game programming? What are specific functionalities that  assembly code can be used for aside from games?

"its all right, the gun isn't loaded."


Fri, 2005-03-25 16:29
Joined: 2004-08-06
Forum posts: 57
Assembly Programming?
usually for speed reasons. one can sometimes write more efficient code in assembler for certain task like moving data around.
  • Login to reply to this topic.