This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Use a pointer instead of u32 for initial_stack_pointer #87
Labels
enhancement
New feature or request
See this code:
which will then generate
as the generated assembly. this will allow us to fully configure the stack size and location from the linker script and don't require any weird shenanigans with address offsetting
The text was updated successfully, but these errors were encountered: