Add general-purpose timer to GUI
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 25 Jan 2014 22:38:50 +0000 (17:38 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 25 Jan 2014 22:38:50 +0000 (17:38 -0500)
This timer is not part of the 8051 hardware. It is a free running
timer/counter added as a mean to quickly measure delays in instruction
cyles.

For now, it is implemented only in GUI version.


No differences found