diff --git a/content/notes/07-6809-advanced.md b/content/notes/07-6809-advanced.md index 0025586be..e0683e438 100644 --- a/content/notes/07-6809-advanced.md +++ b/content/notes/07-6809-advanced.md @@ -10,12 +10,21 @@ tags: - implied `inca` - immediate `lda #$00` - extended `LDA $31FE` -- extended indirect `LDA [$31FE]` or `LDA [HERE]` - - useful in a device driver +- extended indirect `LDA [$31FE]` or `LDA [HERE]` points to a memory location which specifies another memory location - direct `LDA $ff` or `lda