Module initialisation order?
Module initialisation order?
Does the module list in the 'map' file for a linked program represent their initialisation order, top to bottom?
Re: Module initialisation order?
Yes. If you have the Professional Edition you can confirm the order of module initialsation by disassembling the application and looking at the sequence of <modulename>..init calls in the initialisation code procedure (e.g. Blinker..init) of your application.