-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the reserved ranges on COSMAC VIP
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@tobiasvl
In my comment, the address of the first reserved block isAnd if I apply the same logic, for memories of 2048kb, the address should be0E9F
.069F
. Isn't it ?edit: worth noting that this page also states that the address is
069F
edit 2: I'm correcting this from a comment on Reddit, the address should be
0EA0
, and0E9F
is the last writable memory block