Compare commits

..
3 Commits
Author SHA1 Message Date
nicolabelluti 0fe878df7b Added more informations on LC-2 interrupts and startup 2026-08-31 16:25:35 +02:00
nicolabelluti 32bfb7ff34 Added LC-2 memory page 2026-08-31 16:22:50 +02:00
nicolabelluti 067b58b979 Added main LC2 page 2026-08-29 12:10:07 +02:00
+2 -2
View File
@@ -25,8 +25,8 @@ system, not the ISA itself. The ISA only defines the trap vector table at
of userspace, is a software convention rather than a hardware requirement. of userspace, is a software convention rather than a hardware requirement.
| Range | Purpose | | Range | Purpose |
|:-------------------:|:-----------------------------------------------------------------------------:| |:-------------------:|:--------------------------------------------------------------------------------------------------------------:|
| `0x0000` - `0x00FF` | Trap Vector Table[^lc2-trap] / [Interrupt Vector Table](..#interrupt-support) | | `0x0000` - `0x00FF` | Trap Vector Table[^lc2-trap] / [Interrupt Vector Table](http://localhost:1313/isa-docs/lc-2#interrupt-support) |
| `0x0100` - `0x2FFF` | Operating System[^matt-postiff-guide] | | `0x0100` - `0x2FFF` | Operating System[^matt-postiff-guide] |
| `0x3000` - `0xCFFF` | Userspace | | `0x3000` - `0xCFFF` | Userspace |
| `0xD000` - `0xFFFF` | Device Registers | | `0xD000` - `0xFFFF` | Device Registers |