Changes

Jump to: navigation, search

6502

8 bytes added, 11:32, 15 September 2022
Instruction Set
LDA #$05 ; load the accumulator with the number 5
LDA $05 ; load the accumulator with the contents of memory location 5 ($05 in the zero page($0005)
LDA $f005 ; load the accumulator with the contents of memory location $f005

Navigation menu