]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
RST insn
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index a90b9628a2631fdd3bf3df751942028e4492d2df..b54409e0dc5d05e97a4ce45fe7580a515580d7e3 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -4,20 +4,25 @@
 01
 // LD SP, HL
 F9
-// LD B, (HL)
-46
-// LD A, 12h
+// POP BC
+C1
+// LD A, 10h
 3E
-12
+10
+// ADD C
+81
 // LD H, A
 67
 // LD L, 34h
 2E
 34
-// LD (HL), B
-70
-// HALT
-76
+// XOR B
+A8
+// LD (HL), A
+77
+// RST 00h
+C7
 
 @100
-56
\ No newline at end of file
+02
+44
\ No newline at end of file
This page took 0.02047 seconds and 4 git commands to generate.