Slide 92 of 97
Notes:
Now lets invoke the assembly optimizer using the CL6x command. We use the CL6x with options minus G and S which provides the symbolic debug, minus als to create an assembly listing file, called dotP.sa.
The .sa extension shows that this is linear assembly and I'm sending this piece of code to the assembly optimizer.
Minus Z talks to the linker, which links dotP .sa when it's finished with the linker command file, in this case, file.cmd.