diff --git a/content/notes/03-sequential-logic-circuits.md b/content/notes/03-sequential-logic-circuits.md index f45a5832f..f1d189ae2 100644 --- a/content/notes/03-sequential-logic-circuits.md +++ b/content/notes/03-sequential-logic-circuits.md @@ -4,8 +4,8 @@ aliases: tags: - cosc204 - lecture -sr-due: 2022-08-03 -sr-interval: 8 +sr-due: 2022-08-23 +sr-interval: 20 sr-ease: 250 --- diff --git a/content/notes/07-6809-advanced.md b/content/notes/07-6809-advanced.md index 1770e5065..8ad4a1011 100644 --- a/content/notes/07-6809-advanced.md +++ b/content/notes/07-6809-advanced.md @@ -16,7 +16,7 @@ sr-ease: 250 - extended indirect `LDA [$31FE]` or `LDA [HERE]` points to a memory location which specifies another memory location - direct `LDA $ff` or `lda