Page 1 of 1

So... assembly language...

Posted: Tue Feb 15, 2005 10:44 pm
by 4g3nt_Smith
Sucks unbelieveable amounts of ass. Supposedly, it will help us code in C and other languages, but it seems more like a chore; it takes 15 lines of code to make a program that can divide. :icon33:

Posted: Tue Feb 15, 2005 11:02 pm
by bork[e]
Ok, that's nice.

Posted: Wed Feb 16, 2005 12:52 am
by blood.angel
You got that ass backward, C helps us to code in assembly easier.

Posted: Wed Feb 16, 2005 12:54 am
by digibob
It can be useful for tracking down issues when you have some compiled release code, and the source, but no pdb/whatever to match them up, as you can at least try and work out which registers are storing what, etc, but actually writing something using it... bleurgh.