Q:

What is the start-up code?

0

What is the start-up code?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

total answers (1)

Embedded C interview questions and answers (2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are the start-up code steps?... >>
<< Why “C” language mostly preferred than assembl...