

MOV R0, #2FH               ; load the R0 index register with the desired RAM position
MOV @R0, #23H              ; store the value 23h to the RAM position pointed to by R0 index
