aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 17:07:48 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 17:07:48 +0200
commit3cd175e16fd4053ef1c1c27a0ff6e017e40c558c (patch)
treedfe597acc36c3110333451e31d161d78ea8b432b
parente147604696017851e1a74d09660463d46c72cfec (diff)
downloadstyle.nes-main.tar.gz
style.nes-main.zip
Fix bad formattingHEADmain
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3504ee..496055d 100644
--- a/README.md
+++ b/README.md
@@ -190,8 +190,8 @@ programming in 6502 assembly is:
been set/unset following a very strict order (e.g. preparing the value for a
PPU register). As for masks, it might be quite trivial to mentally parse
which bits are set/unset with something like `lda #$81`, but something like
- `lda #$AC` might take more time to mentally parse than the more explicit `lda
- #%10101100`.
+ `lda #$AC` might take more time to mentally parse than the more explicit
+ `lda #%10101100`.
# Allocation conventions