1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-08 19:38:55 +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
..
2022-04-17 16:07:09 +02:00
2022-04-17 16:07:09 +02:00
2022-12-30 17:25:47 +02:00
2024-02-15 09:03:46 +01:00
2022-04-17 16:07:09 +02:00
2023-04-19 09:15:03 +02:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-09-23 14:26:08 +03:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-01 14:22:30 +01:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00
2023-12-14 14:25:35 -08:00