Open SamuelMcGowan opened 1 year ago
In bus.rs, the inclusive ..= range is used to match what memory region an address is in, but the _END constants seem to represent the address one past the end of their regions.
..=
_END
In bus.rs, the inclusive
..=
range is used to match what memory region an address is in, but the_END
constants seem to represent the address one past the end of their regions.