RE: ARM [Part 1: How it works] 02-04-2018, 01:08 AM
#9
(02-04-2018, 01:04 AM)Ender Wrote: Nice thread, simple and easy to understand. (Maybe a bit lengthy for simple concepts)
I'd be really tempted to use macros so that I have RET available.
I'm looking forward to the next one.
I too would prefer to have RET, but sometimes you want to do other stuff as well. Like say you wanted to do a tricky loop, you wouldn't BL to R14, but just B to it, meaning that the next return would restart the loop.