RS Instructions

Store Multiple

STM   R4,R7,SAVE => stores registers 4, 5, 6, and 7 in 4 fullwords starting at SAVE

STM   R14,R2,SAVE2 => stores registers 14, 15, 0, 1, and 2 in 5 fullwords starting at SAVE2

 

Load Multiple

LM   R4,R7,SAVE => loads registers 4, 5, 6, and 7 from 4 fullwords starting at SAVE

LM   R14,R2,SAVE2 => loads registers 14, 15, 0, 1, and 2 from 5 fullwords starting at SAVE2