I last developed on Z80 in like 1980, then later that decade the Zilog Z8002 on the F16. Amazing anyone cares about these any more.
Z80 Development Toolchain
11–17 of 17 posts
Re: Z80 Development Toolchain
#12Earlier quoted context omitted.
The TI 73 through 86 models of graphing calculator all use z80 CPUs, and the 83+ was probably the dominant school calculator well into the 2000s. That was my introduction to the CPU (hobbyist programming, e.g. through websites like ticalc.org).
There's also the Gameboy, which still has an active homebrew scene
Re: Z80 Development Toolchain
#13Earlier quoted context omitted.
There's also the Gameboy, which still has an active homebrew scene
Yes, although the GBZ80 is distinct from the regular Z80 in several ways -- among other differences, it has no IX or IY registers, and no alternate register bank.
Re: Z80 Development Toolchain
#14I last developed on Z80 in like 1980, then later that decade the Zilog Z8002 on the F16. Amazing anyone cares about these any more.
The TI 73 through 86 models of graphing calculator all use z80 CPUs, and the 83+ was probably the dominant school calculator well into the 2000s. That was my introduction to the CPU (hobbyist programming, e.g. through websites like ticalc.org).
Re: Z80 Development Toolchain
#15I last developed on Z80 in like 1980, then later that decade the Zilog Z8002 on the F16. Amazing anyone cares about these any more.
The TI 73 through 86 models of graphing calculator all use z80 CPUs, and the 83+ was probably the dominant school calculator well into the 2000s. That was my introduction to the CPU (hobbyist programming, e.g. through websites like ticalc.org).
On my days it was all about Casio and HP, with TI on third place.
Re: Z80 Development Toolchain
#16I last developed on Z80 in like 1980, then later that decade the Zilog Z8002 on the F16. Amazing anyone cares about these any more.
Re: Z80 Development Toolchain
#17Earlier quoted context omitted.
Have you considered targeting the GameBoy?
The GBZ80 is much more restrictive, right? I think it's missing the IX and IY registers, as well as the alternate register bank. [0]: https://gbdev.gg8.se/wiki/articles/CPU_Comparision_with_Z80