I don't think you were taught well, seeing as ASM isn't meant to be used instead of higher level programming languages. It has a different set of problems it is used for. Do you use a hammer to pick your teeth?
Name:
Anonymous2009-02-21 12:11
can you do anything cool with your awesome assembler skills?
Name:
Anonymous2009-02-21 12:19
>>5
Yes, I can compute facts and fibs in assembler for maximum speed
Name:
Anonymous2009-02-21 12:21
>>6
meh if you could tell the fact from the fib in assembler I'd be impressed
Name:
Anonymous2009-02-21 12:30
at the end of the day, i think all problems can be represented in terms of facts and fibs
Name:
Anonymous2009-02-21 13:06
>>6
A compiler will produce a more optimized than you. ASM is used for embedded systems.
Name:
Anonymous2009-02-21 13:16
i don't see the big deal about assembly. once you accept the limits on what registers you have, it's basically the same as high-level. just remember to push/pop everything.