X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/3db3fc270d517ca76518b47950f5240990e84cc5..6d070aeeba66499d17bd9abb9c5dfbb1317bf1c5:/diag.asm diff --git a/diag.asm b/diag.asm index b30faf3..3a3d665 100644 --- 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