Question: When stepping through the c31,c32 bootloader code, in the dasm window every other line is junk values, such as FFFFFFFFh ? Answer: Do a ML - The Emulator is kind of particular on how the boot ROM is mapped, change it to, ma 0, 0x1000, rom
Answer: