AREA PROG6_1, CODE, READONLY ENTRY LDM R11,{R0-R9} ;Load R0 thru R9 from memory pointed to by R11 STM R12,{R0-R9} ;Store R0 thru R9 to memory pointed to by R12 END