From: Joshua Wise Date: Fri, 4 Apr 2008 08:27:50 +0000 (-0400) Subject: Poke the LEDs. YOUR MOM WAS TOO WIDE X-Git-Url: http://git.joshuawise.com/fpgaboy.git/commitdiff_plain/3785d05a183aa8de851f361432c5da2cc8f11c16?hp=62940da0dd1b60db11e9861d6dd55a43c5756114 Poke the LEDs. YOUR MOM WAS TOO WIDE --- diff --git a/rom.asm b/rom.asm index 5527ea8..7994d3e 100644 --- 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.