diff options
author | YamaArashi <shadow962@live.com> | 2016-06-12 11:35:21 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-12 11:35:21 -0700 |
commit | 3ab3f4273b1288883a43b64cae4191dfa6d2313e (patch) | |
tree | 60742e693805fd75031079e8d3b8a87847452d1e /home/pic.asm | |
parent | 3a6a300da48c98ab844ddc4d209abf51adf2aa44 (diff) |
sync home
Diffstat (limited to 'home/pic.asm')
-rw-r--r-- | home/pic.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pic.asm b/home/pic.asm index 15ee53ad..444a9f05 100644 --- a/home/pic.asm +++ b/home/pic.asm @@ -531,9 +531,9 @@ ReverseNybble:: ld de, NybbleReverseTable add e ld e, a - jr nc, .asm_283f + jr nc, .noCarry inc d -.asm_283f +.noCarry ld a, [de] ret |