From 09ec3e2c5847ef8794dcace6b644d8d1e4565e30 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Tue, 2 Aug 2022 09:43:37 +1200 Subject: [PATCH] vault backup: 2022-08-02 09:43:37 --- content/notes/06-6809-programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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