git.joshuawise.com
/
fpgaboy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62940da
)
Poke the LEDs. YOUR MOM WAS TOO WIDE
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 4 Apr 2008 08:27:50 +0000
(
04:27
-0400)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 4 Apr 2008 08:27:50 +0000
(
04:27
-0400)
rom.asm
patch
|
blob
|
blame
|
history
diff --git
a/rom.asm
b/rom.asm
index
5527ea8
..
7994d3e
100644
(file)
--- a/
rom.asm
+++ b/
rom.asm
@@
-112,6
+112,8
@@
waitsw:
ld a, $00
ld [c],a
+ ld e, a
+
.loop1:
push bc
call testa
@@
-140,6
+142,11
@@
testa:
ld [c], a
ld a, $41
call putc
+ ld a, 1
+ add e
+ ld c, $51
+ ld [c], a
+ ld e, a
ret
; Core instruction basic acceptance tests.
This page took
0.020058 seconds
and
4
git commands to generate.