You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've generated these IO maps by running a full address space scan. The maps themselves should be fairly straightforward, but the format is this:
% $min - $max | error=(0|1)
error=0 means that the range didn't cause an invalid address exception at each address in the range. error=1 means that the range did cause an invalid address exception at each address in the range.
Some of these ranges are interesting, and I've never seen any documentation of them, for example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've generated these IO maps by running a full address space scan. The maps themselves should be fairly straightforward, but the format is this:
error=0
means that the range didn't cause an invalid address exception at each address in the range.error=1
means that the range did cause an invalid address exception at each address in the range.Some of these ranges are interesting, and I've never seen any documentation of them, for example:
$fffe0130
is somewhat documented, but nothing else in that range is. I have no clue what any of these do, if they do anything at all.map-byte.md
map-half.md
map-word.md
The code to generate these maps is roughly (replace
read32
and a few4
s for the other sizes):Beta Was this translation helpful? Give feedback.
All reactions