diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-27 22:15:54 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-27 22:15:54 +0100 |
| commit | 84eb36b71b61ee39794f1f262ad859843948e44c (patch) | |
| tree | 2ad09c8445aa22ea788c48c860936b5ac7dd73df | |
| parent | e895b44291891cd13bd1b50b5fd414c15341b5e0 (diff) | |
| download | tools.nes-84eb36b71b61ee39794f1f262ad859843948e44c.tar.gz tools.nes-84eb36b71b61ee39794f1f262ad859843948e44c.zip | |
Fix small typo
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | crates/nasm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nasm/README.md b/crates/nasm/README.md index 6283f72..775ee7a 100644 --- a/crates/nasm/README.md +++ b/crates/nasm/README.md @@ -78,7 +78,7 @@ nasm-specific code. See below. #### The `__fallthrough__` pseudo-instruction It's a [well-known -optimizaion](https://www.nesdev.org/wiki/6502_assembly_optimisations) to avoid +optimization](https://www.nesdev.org/wiki/6502_assembly_optimisations) to avoid `jsr` + `rts` chains, and that's why programmers usually change `jsr` with `jmp` in cases such as this: |
