RosettaCodeData/Task/Memory-allocation/6502-Assembly/memory-allocation.6502

4 lines
139 B
Plaintext

LDA #$FF ;load 255 into the accumulator
STA $00 ;store at zero page memory address $00
STA $0400 ;store at absolute memory address $0400