RosettaCodeData/Task/Memory-allocation/6502-Assembly/memory-allocation.6502
2023-07-01 13:44:08 -04:00

3 lines
139 B
Text

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