1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00
Sidney Cadot 6f9406bbe3 This adds timer functionality to sim65.
It provides access to a handful of 64-bit counters that count different things:
- clock cycles
- instructions
- number of IRQ processed
- number of NMIs processed
- nanoseconds since 1-1-1970.

This in not ready yet to be pushed as a merge request into the upstream CC65
repository. What's lacking:

- documentation
- tests

And to be discussed:

- do we agree on this implementation direction and interface in principe?
- can I include inttypes.h for printing a 64-bit unsigned value?
- will clock_gettime() work on a Windows build?
2024-12-17 23:24:35 +01:00
..
2018-01-21 15:42:12 +01:00
2022-04-18 11:59:54 +03:00
2016-03-17 21:51:20 +01:00
2017-12-16 02:35:00 +01:00
2024-06-16 19:14:24 +03:00
2017-12-18 19:19:59 +01:00
2016-03-17 21:51:20 +01:00
2024-01-19 10:52:42 +00:00
2016-03-17 21:51:20 +01:00
2018-08-30 11:48:46 +02:00
2023-11-17 11:08:51 -08:00
2022-03-03 12:06:15 -06:00
2017-12-18 19:19:59 +01:00
2024-04-02 19:25:15 +03:00
2024-04-02 19:25:15 +03:00
2024-04-02 19:25:15 +03:00
2020-11-11 17:20:25 +01:00