I was trying to write a register context saving/restoring when I came across a weird behaviour. My code (sorry, tried to format tens of times, but the editor WANTS to make asm a table): asm volatile ( ... "pop {r0 - r3}" "push {r0 - r3}"
↧