ASE Assembler Wiki
Advertisement

STM - Store Multiple Instruction[]

Machineinstructionbymnemonic



Storemultiplemne


Rsa





Example:    STM    2,3,QUOT

Explained:    store multiple instruction - registers that contain the value being stored - 8 bytes of storage location where value will be stored

English:    take the contents of register 2 through register 3, and place it in the 8 bytes of storage at location QUOT, completely replacing what was in the storage location before the instruction



Principles of Operation Page:    7-218

Advertisement