This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

this is the problem

Now I will explain the problem OK.

I have to find a way of calling a function before main.

How can I do it? can i use a pointer?

Give all the possible solutions as soon as you can.

See you soon,

Necra

Parents
  • All Possible Solutions #1 (inclusive).

    Learn how the "C" environment works with the Keil product. Especially the Assembly Language constructs.

    Hint: Use the simulator, do a reset, and single-step through the code... then find the source file for the code it executed prior to the
    "void main( void )" location.

    Edit it as needed.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Reply
  • All Possible Solutions #1 (inclusive).

    Learn how the "C" environment works with the Keil product. Especially the Assembly Language constructs.

    Hint: Use the simulator, do a reset, and single-step through the code... then find the source file for the code it executed prior to the
    "void main( void )" location.

    Edit it as needed.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Children