Re: A82: Re:


[Prev][Next][Index][Thread]

Re: A82: Re:



Compilers are not an easy to skip learning assembly language.  If you are
going to use a compiler and want to get the most out of it (speed/size), you
need to know the assembly language of the target platform.  If you are going
to write a compiler and optimizer, you had better know everything possible
about the target machine.  Writing a compiler that does a halfway decent job
is by no means an easy task.  You need to know a lot more than the C (or
whatever language it is for).  Either way, you need to learn assembly.

Exactly!


David Phillips
esdavid@aol.com

<< 
 in other words it would be alot easier to learn ASM =)
  >>


Follow-Ups: