??? 01/30/07 16:43 Read: times Msg Score: +2 +2 Informative |
#131712 - diffference Responding to: ???'s previous message |
Mike Stegmaier said:
Its funny how you guys call them assemblers and I call them compilers. They seem to be similar.
No, in an assembler there is essentially a 1:1 mapping between what your WRITE and what you GET in the output file. In a compiler that isn't true, because a higher level language is decomposed into machine code. Steve |