Bus memory region ends off by one?
SamuelMcGowan opened this issue · 0 comments
SamuelMcGowan commented
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.