Gopher2600/coprocessor
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
..
developer ARM differenties between architectures for memory alignment 2024-04-08 22:16:12 +01:00
disassembly added CYCLE quantum 2023-11-27 07:47:30 +00:00
coprocessor.go reworked and clarified how addresses are adjusted in DWARF data 2024-03-23 09:38:06 +00:00
doc.go reorginised coprocessor package 2022-01-10 09:50:47 +00:00