Page 1 of 1

Timing the Z80

Posted: Thu Dec 19, 2013 6:57 pm
by kubilus1
I've added a script to help generate timing information of z80 opcodes based on a listing file you give it:

$ python timez80.py myfile.lst

This will show the cycle time in the far left column for each instruction. You can get it here:

https://code.google.com/p/gendev/source ... 253Dclosed

OR

svn checkout http://gendev.googlecode.com/svn/trunk/ ... ts/timez80