// You know what, I just search the entire 1MiB for Celestia's sake.
uint8_t* mem_start = 0x4000;
for (; mem_start < 0x100000; mem_start += 16) {
// You know what, I just search the entire 1MiB for Celestia's sake.
uint8_t* mem_start = 0x4000;
for (; mem_start < 0x100000; mem_start += 16) {