Skip to content

Instantly share code, notes, and snippets.

@flit
flit / readme.md
Created January 20, 2021 17:46
The Most Thoroughly Commented Linker Script in The World
@drhelius
drhelius / Game Boy Boot ROM Disassembly
Last active June 11, 2024 22:04
Game Boy Boot ROM Disassembly
LD SP,$fffe ; $0000 Setup Stack
XOR A ; $0003 Zero the memory from $8000-$9FFF (VRAM)
LD HL,$9fff ; $0004
Addr_0007:
LD (HL-),A ; $0007
BIT 7,H ; $0008
JR NZ, Addr_0007 ; $000a
LD HL,$ff26 ; $000c Setup Audio