From: Joshua Wise <joshua@rebirth.joshuawise.com>
Date: Sun, 30 Mar 2008 10:28:24 +0000 (-0400)
Subject: Test XOR
X-Git-Url: http://git.joshuawise.com/fpgaboy.git/commitdiff_plain/9a1369ad8a7a1178b06cf2a37bf0530b818e7f3e

Test XOR
---

diff --git a/FPGABoy.ise b/FPGABoy.ise
index d4eace8..8922cdf 100644
Binary files a/FPGABoy.ise and b/FPGABoy.ise differ
diff --git a/rom.hex b/rom.hex
index 6142c98..a465631 100644
--- a/rom.hex
+++ b/rom.hex
@@ -16,11 +16,13 @@ C1
 // LD L, 34h
 2E
 34
-// LD (HL), B
-70
+// XOR B
+A8
+// LD (HL), A
+77
 // HALT
 76
 
 @100
 02
-56
+44
\ No newline at end of file