From 3785d05a183aa8de851f361432c5da2cc8f11c16 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Fri, 4 Apr 2008 04:27:50 -0400 Subject: [PATCH] Poke the LEDs. YOUR MOM WAS TOO WIDE --- rom.asm | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2