]>
Joshua Wise's Git repositories - fpgaboy.git/commitdiff
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
decafd6)
ld [$FF0F], a
ld a, [$FF51]
ld [$FF0F], a
ld a, [$FF51]
- ld b, a
- and $80
- cp $80
- jr nz, .nothing
- ld c, $0
+ bit 7, a
+ jr z, .nothing
- ld a, b
- and $1
- cp c
- ld a, b
- and $2
- cp c
- ld a, b
- and $4
- cp c
- ld a, b
- and $8
- cp c
call nz, .scxdown
.nothing:
call nz, .scxdown
.nothing:
This page took 0.026459 seconds and 4 git commands to generate.