The 909090 pattern means the CPU is running properly and has fetched a RST 7 instruction (0xFF) at some point. Upon fetching RST 7, the CPU jumps to location 0x38 and, in this case, also fetches an RST 7 (0xFF) at that location. From then on, the CPU pushes 0x39, 0x00 onto the stack over and...