Data Transfer Instructions

A Dr. Taylor Tutorial

Register to Register

Copy Register

MOV Rd, Rr

Memory to Register

Load Direct from SRAM

LDS Rd, K

Load Indirect

LD Rd, X

Load Indirect and Post-Increment

LD Rd, X+

Load Indirect and Pre-Decrement

LD Rd, -X

Note: Similar instructions exist for Y (R29:R28) and Z (R31:R30) registers.

Constant to Register

Load Immediate

LDI Rd, K

Register to Memory

Store Direct to SRAM

STS K, Rr

Store Indirect and Variants

ST X, Rr

Tutorials for Other Courses

Additional Links

Site Mirror

This is a mirror to be used when http://myweb.msoe.edu/taylor/, (EDU instead of US) is not available.