mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Add interrupt register to TED check set.
This commit is contained in:
@@ -180,9 +180,8 @@ bool obviously_uses_ted(const File &file) {
|
||||
analysis->machine_code_addresses
|
||||
);
|
||||
|
||||
// If FF3E or FF3F is touched, this is for the +4.
|
||||
// TODO: probably require a very early touch.
|
||||
for(const auto address: {0xff3e, 0xff3f}) {
|
||||
// Check for interrupt status and paging touches.
|
||||
for(const auto address: {0xff3e, 0xff3f, 0xff09}) {
|
||||
for(const auto &collection: {
|
||||
disassembly.external_loads,
|
||||
disassembly.external_stores,
|
||||
|
||||
Reference in New Issue
Block a user