ARM assembly: auto-increment register on store
问题 Is it possible to auto-increment the base address of a register on a STR with a [Rn]! ? I've peered through the documentation but haven't been able to find a definitive answer, mainly because the command syntax is presented for both LDR and STR - in theory it should work for both, but I couldn't find any examples of auto-incrementing on a store (the loading works ok). I've made a small program which stores two numbers in a vector. When it's done the contents of out should be {1, 2} but the