-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
under-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach
Description
The spec says:
/**
* Address range covered by this module.
*/
addressRange?: string;
In the Module type
It's entirely unclear (from what I gather) how this is supposed to be represented and I haven't been able to find any of the other types, requests or events reference a range of addresses as just one string. I think this probably needs some clarification. Is it supposed to be 0xba5 .. 0xf00
or 0x123:0x456
, or 0x123...0x456
or 0x123,+0x80
or any other of the many ways to do it? I think a uniform way would be preferable. But even if the spec doesn't desire a uniform way to represent an address range, it's probably best to at least mention that it's implementation defined.
Metadata
Metadata
Assignees
Labels
under-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach