Triggering a registers written event when a memory range that contains a register is written to.
This commit is contained in:
@@ -13,5 +13,11 @@ namespace Bloom::Targets
|
||||
OTHER,
|
||||
};
|
||||
|
||||
struct TargetMemoryAddressRange
|
||||
{
|
||||
std::uint32_t startAddress = 0;
|
||||
std::uint32_t endAddress = 0;
|
||||
};
|
||||
|
||||
using TargetMemoryBuffer = std::vector<unsigned char>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user