I'm using a NUCLEO-L053R8 board which uses the STM32L053R8T microcontroller and I'm trying to run a sample assembly program like this one:
If I want to run the code in Keil, in debug mode to watch in hardware how the registers are affected, is see that startup directives need to be declared similar to these:
My question is, can Keil provide this startup template file? If negative, how can I build one or obtain a generic so the code can compile and be downloaded to the target nucleo board?

