#12702 - poslundc - Sun Nov 23, 2003 4:58 pm
It seems like it should be... is it considered illegal (or at least against spec) for me to branch to a function if the stack pointer is not word-aligned?
I just want to be sure that I can safely use ldr/str, which only work on word-aligned boundaries. I use ldm and stm with the stack all the time, but according to the ARM docs they (might) work even if the stack pointer isn't word-aligned.
Thanks,
Dan.
I just want to be sure that I can safely use ldr/str, which only work on word-aligned boundaries. I use ldm and stm with the stack all the time, but according to the ARM docs they (might) work even if the stack pointer isn't word-aligned.
Thanks,
Dan.