From df8d8cca0759c919ad1918911737adb674fcd338 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 21 Dec 2023 19:48:07 +0100 Subject: Fixed small typo on the example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- examples/mul.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mul.s b/examples/mul.s index 81e12f4..98b1b2a 100644 --- a/examples/mul.s +++ b/examples/mul.s @@ -60,7 +60,7 @@ main: ;; Pull the value that corresponds to the low byte and set it. After doing ;; that, though, did we get a $FF value? If so then it means that we are ;; done with it, otherwise proceed to grab the high byte stored on the `x` - ;; registerm set it with `List::set` and loop again. + ;; register, set it with `List::set` and loop again. pla jsr List::set cpy #$FF -- cgit v1.2.3