From 84eb36b71b61ee39794f1f262ad859843948e44c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 27 Feb 2026 22:15:54 +0100 Subject: Fix small typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/nasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/nasm/README.md') 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: -- cgit v1.2.3