diff --git a/content/notes/06-6809-programming.md b/content/notes/06-6809-programming.md index 10afa037d..f9028ee8a 100644 --- a/content/notes/06-6809-programming.md +++ b/content/notes/06-6809-programming.md @@ -185,7 +185,7 @@ beq done ; if it was 0 then return ``` ## storing x, y, a -need to add an insruction to save them at the start and resotre them at the end +need to add an insruction to save them at the start and restore them at the end ``` pshs a,x,y puls a,x,y