A92: Re: Re: A83: ideas and stuff
[Prev][Next][Index][Thread]
A92: Re: Re: A83: ideas and stuff
assemblers are compilers that compile assembly. compile means to take a
program in one form and compact it to make it smaller into symbols that
represent something.
>Now I'm getting kind of ticked...just a little. I specifically said
>"assembler" not compiler, there's a difference. An assembler I always
>thought of was something that changes word to byte, word to byte, and it
>was always 1 to 1 direct translation. Compiling is something that
>stores all labels and crap first, then starts to assemble. I wanted to
>see something simple as an assembler at first, then later have it
>upgraded to a compiler, and maybe even a translator.