Timing the Z80

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
kubilus1
Very interested
Posts: 237
Joined: Thu Aug 16, 2012 2:25 am
Contact:

Timing the Z80

Post by kubilus1 » Thu Dec 19, 2013 6:57 pm

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

Post Reply