diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:07:48 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:07:48 +0200 |
| commit | 3cd175e16fd4053ef1c1c27a0ff6e017e40c558c (patch) | |
| tree | dfe597acc36c3110333451e31d161d78ea8b432b /README.md | |
| parent | e147604696017851e1a74d09660463d46c72cfec (diff) | |
| download | style.nes-main.tar.gz style.nes-main.zip | |
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
