Quote:
Originally posted by NoteMe
ASM is more or less never used anymore in games...they where hevily used in the mid 90's, but the rate of ASM is dropping incresingly. And before you are ready to take any jobs as a game programmer it is probably 100% out. Comiplers today is usualy much better then a programmer to optimize speed. So it is much better to be a REALY good C++ programmer, so you can make the code a certain way that it becomes easier for the compiler to optimize it...;)
Well that's not entirely true. Compilers do a very good job yes, but their is always room for improvment. Loops and arrays for example are an ideal place to start when you want to "Hand Optimize" code.