Also, wenn ich das richtig sehe,

ist
ld r1,x+
das selbe wie
ld x+,r1
?

weil ld x+,r1 => post inc
und
ld +x,r1 => pre inc

right?