Regular compiler execution
If you specify the NOIPA compiler option (the default), the compiler processes source files, as shown in Figure 1. The output is an object module for each source file processed. You can then bind the object modules to produce an executable module.
Figure 1. Flow of regular compiler processing
