diff options
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 |
