RosettaCodeData/Task/Deepcopy/6502-Assembly/deepcopy-1.6502

3 lines
87 B
Plaintext

LDA $00 ;read the byte at memory address $00
STA $20 ;store it at memory address $20