IT News

Z80 Testing the 80s Way - According to [MTSI], if you used a Z80 chip back in the 1980s, it almost certainly... - hackaday.com/2024/11/12/z80-te #retrocomputing #fairchild #mostek #z80

🇺🇦 haxadecimal

Trying to reverse-engineer some code from a #Mostek #MK3870 (Fairchild #F8 instruction set). Only 1408 bytes of code, which is roughly a thousand instruction, and 640 bytes of table. It uses interrupts from a timer and a photo interrupter. There's a state variable with about 8 values that controls what the interrupt handler does. Aside from a data buffer, and a pointer into a ROM table, there appear to be about ten variables. I've figured out two of those so far.