What is the start-up code?
Answer:
A start-up code is called before the main function, it creates a basic platform for the application. It is a small block of code that is written in assembly language.
There are the following parts of the start-up code.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
A start-up code is called before the main function, it creates a basic platform for the application. It is a small block of code that is written in assembly language.
There are the following parts of the start-up code.
- Declaration of the Stack area.
- Declaration of the Heap area.
- Vector table.
- Reset handler code.
- Other exception handler code.
need an explanation for this answer? contact us directly to get an explanation for this answer