The names of the CodeWarrior command-line tools follow a convention:
mwtoolplatform
where tool is cc for the C/C++ compiler, ld for the linker, and asm for the assembler.
platform is usually the target platform that the tool generates software for, except where there are multiple versions of tools for a target platform.
For example, the command-line compiler, assembler, and linker for the dsp56800 are named mwcc56800, mwasm56800, and mwld56800, respectively; and for the dsp56800e are named mwcc56800e, mwasm56800e, and mwld56800e, respectively.