"Assembly" vs. "Assembler"

Henrik Paul picture Henrik Paul · Jul 24, 2009 · Viewed 26.8k times · Source

I've been taught that "assembly" is what you write in your files, to have your "assembler" convert it into binary code.

But I see these two terms mixed and matched in various works. I've even heard that you write "assembler", after which an "assemblator" makes it executable.

Tell me, please, what's the right words to use?

Answer

Philippe Leybaert picture Philippe Leybaert · Jul 24, 2009

Actually, the language is called "Assembly Language", and the tool to convert it to machine code is the "Assembler".

More info on Wikipedia: http://en.wikipedia.org/wiki/Assembly_language