As best I can tell, it would probably be used to implement memory protection. A user program cannot read or write to/from memory regions designated as supervisory, and no one should be writing to user/supervisor program space once it has been loaded. A simplistic MMU would just give a bus error if one of these invalid accesses were performed.
Post #3 by bbraun
| Source Forum | 68kMLA |
|---|---|
| Category | Troubleshooting |
| Post Date | Thu, 11 Aug 2011 - 05:21 |
| Original URL | https://68kmla.org/bb/threads/fc0-fc2-680x0-bus-signals-needed.23694/ |
Post