Everything
Everything
top
Compiler
STARTUP
Startup Routine
Creation of termination routine
8.2.8
Creation of termination routine
To go into an infinite loop without processing anything, write the code as follows.
_exit:
BR $_exit
To the latest version of this page
Differences Information
Previous Topic
Startup of main function
Next Topic
Startup of the RL78-S1 core
Table of Contents
Reset vector table setting
Register bank setting
Mirror area setting
Stack area allocation, stack pointer setting, and stack area initialization
Initialization of peripheral I/O registers required before main function execution
Initialization of RAM area section
Startup of main function
Creation of termination routine
Startup of the RL78-S1 core