From 3cd175e16fd4053ef1c1c27a0ff6e017e40c558c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jul 2026 17:07:48 +0200 Subject: Fix bad formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3