Gopher2600/coprocessor/developer
JetSetIlly 110d476389 ARM differenties between architectures for memory alignment
ARM7TDMI (which is an ARMv4 implementation) does not allow misaligned
addressing at all. ARMv7 meanwhile does allow it

ARM emulation no longer logs misaligned addresses. but it does forward
the information to the developer interface

Faults window now has a Clear button and fixed table header
2024-04-08 22:16:12 +01:00
..
breakpoints breakable addresses are collated for each source line 2023-08-01 18:02:13 +01:00
callstack fixed callstack/callers output 2023-09-23 08:57:00 +01:00
dwarf added load/percentile values for cycles/call profiling 2024-03-28 07:20:23 +00:00
faults ARM differenties between architectures for memory alignment 2024-04-08 22:16:12 +01:00
mapfile moved obsolete mapfile code into a dedicated package 2023-07-28 06:03:58 +01:00
profiling added load/percentile values for cycles/call profiling 2024-03-28 07:20:23 +00:00
yield implemented strobed local variables 2024-03-04 07:40:39 +00:00
borrowing.go ARM differenties between architectures for memory alignment 2024-04-08 22:16:12 +01:00
developer.go coprocessor profiling is more careful about which profiling focus to use 2024-03-24 17:41:37 +00:00
disasm_range.go coprocessor/developer package refactor 2023-07-24 16:11:48 +01:00
doc.go greatly simplified how coproc developer package profiles execution 2022-08-24 10:01:01 +01:00
profiling.go clarified calculation for profiling.Cycles type 2024-03-27 18:35:23 +00:00