Does anyone know if there is a superoptimizer for the Intel 8085 (or maybe
for the Z80)?

A superoptimizer in this context is a program that takes as its input an
assembly language source code file and then it tries a brute force search
of all possible machine language instructions (up to a certain length) for
any shorter/faster sequences of machine language instructions that would do
the same thing as the original sequence of instructions.

There's a GNU superoptimizer for 8086 and 68020, but I'm looking for one
for the 8085 (or Z80) so I can use the superoptimized results on a Model
100.

Regards,
Douglas

Reply via email to