How can I measure time an execution takes without using line interrupts.
I have tried several tricks, like using R register, line interrupts and CPL the quantities of mnemonics used on 1 VDP interrupt line, but not using clockchip.
I cannot find any detailed info about using clockchip and reading miliseconds or microseconds.
The only info I could find is port B4, B5 and setting some settings like password, message, but nothing about reading mili or macroseconds.
Measuring speed with line interrupts, which I find quite accurate, tested with 3.57 and 7 mhz.
Is measuring speed by quantity of mnemonics and clockchip possible?
How can I read the mili/macro second of the clockchip? Does it not get screwed up by 7mhz or r800?
Login or register to post comments