aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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