Quote:
Originally posted by Mjordan2nd+Jan 1 2005, 12:52 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Mjordan2nd @ Jan 1 2005, 12:52 AM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Tempest
I want to start learning ASM, but then i realise how much quicker it would be to write it in C.
|
Yea, but even in C you can't quite do all the low-level stuff that you can in ASM, can you? [/b][/quote]
C is just alanguage that's only purpose is to be broken down into ASM by the compiler. Its a way to write ASM. I've never tried it but im sure with malloc and such you could replicate any ASM program in C.