diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-30 21:21:56 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-30 21:21:56 -0500 |
commit | 723e49531e553a4180bd84ba90de1b5a61be751b (patch) | |
tree | 166cc11f387177af6bc19a192577750b6e95d1b9 /main.asm | |
parent | 5693487f9a934cff68537b5fa5d5479ed03a5827 (diff) |
minor formatting fix in CountSetBits
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ CountSetBits: ; 0x335f dec d jr nz, .innerLoop\@ dec b - jr nz, .loop\@ ; 0x336f $f0 + jr nz, .loop\@ ld a, c ld [$d265], a ret |