• ENTRY directive for assembly code

    Hi,

    I am trying to understand the startup code and assembly language (more for learning and not for a specific project) for ARM Cortex M4.

    I made a project in KEIL with just one assembly file and added a stack declaration and a vector table there. It was…