1 SECTION "boot", HOME[$0]
3 ld [$FF51], A ; Poke the LEDs
21 .nodata: ld a, [$FF51]
28 ld [hl], $01 ; Select the GB boot rom
39 db $0D,$0A,$1B,"[1mFPGABoy Boot ROM",$1B,"[0m",$0D,$0A,0
41 db "Booting...",$0D,$0A,0
81 jr z,bootcmd ; If you keep yelling, you're bound to get the thing's attention.
99 call getc ; byte count
122 SECTION "a", HOME[$100]
123 nop ; Make sure we don't overflow.