diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-21 19:48:07 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-21 19:48:07 +0100 |
| commit | df8d8cca0759c919ad1918911737adb674fcd338 (patch) | |
| tree | 3ca4572a8aebc34c60d1cdbca380bc3940950d5b /examples/mul.s | |
| parent | 0eab42133afe1749043db2f1ea6075bf449d1916 (diff) | |
| download | list.nes-df8d8cca0759c919ad1918911737adb674fcd338.tar.gz list.nes-df8d8cca0759c919ad1918911737adb674fcd338.zip | |
Fixed small typo on the example
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'examples/mul.s')
| -rw-r--r-- | examples/mul.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
