Syntax: LDS Rd,k
Operation: Rd = [k]
Flags: None
This operation loads Rd from the contents of the memory location in SRAM pointed to by k. k can be anywhere in the first 64k; this instruction uses the RAMPZ register to access memory above 64k.
Example:
LDS R3,64
LDS R7,$fff0
|
|
|