Hi Paul,
Most of the time when the application is loaded with the debugger, the application will run at main function.
To run in standalone mode you should have the reset vector initialized to your entry program.
By default this is managed when the application is created with relocatable assembly project.
In this case your application could contain several assembly files which are linked in a abs file with the linker tool.
If you're using Absolute assembly, this means your project contains 1 file only.
This file should define the memory location, stack address, ... etc ...
Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------