--- title: "07-6809-advanced" aliases: tags: - lecture - cosc204 --- # addressing modes - implied `inca` - immediate `lda #$00` - extended `LDA $31FE` - extended indirect `LDA [$31FE]` or `LDA [HERE]` points to a memory location which specifies another memory location - direct `LDA $ff` or `lda