]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - diag.asm
Instructions: ld hl, sp+imm8 and add sp, imm8
[fpgaboy.git] / diag.asm
index b30faf390b33003ed6a880cd19ed6756ee875391..3a3d6659ac4ff8ad2e85bed4c338ec35d65f3639 100644 (file)
--- a/diag.asm
+++ b/diag.asm
@@ -1,6 +1,8 @@
        SECTION "a",HOME[$00]
 
-start: jp main
+start: ld a, $AA
+       ld [$FF51], a
+       jr start
        
        section "vbl",HOME[$40]
        jp vbl
This page took 0.023153 seconds and 4 git commands to generate.