X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/2f55f80959676970f85a02a9a968668ae2113dda..ef6fbe3130c958177759bd99cf24a6c3edc4693c:/rom.hex diff --git a/rom.hex b/rom.hex index 61c700d..0cef4b0 100644 --- a/rom.hex +++ b/rom.hex @@ -1,12 +1,16 @@ -// LD (HL), 05h -36 -05 -// LD H, 12h -26 -12 -// LD L, 34h -2E -34 -// LD (HL), 56h -36 -56 +// LD HL, 0100 +21 +00 +01 +// LD SP, HL +F9 +// RET +C9 + +@80 +// RST 00h +C7 + +@100 +80 +00 \ No newline at end of file