|
|
528b519ce9
|
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
|
2025-12-26 14:20:27 +01:00 |
|
|
|
8ed4845d58
|
ADD ELF SUPPORT
|
2025-12-23 19:56:42 +01:00 |
|
|
|
48477bd8b1
|
Make echo.S compatible with the C-compatible linker script
|
2025-12-21 22:51:29 +01:00 |
|
|
|
5c132b55e9
|
Fix assembly syntax in echo program
|
2025-12-21 17:56:40 +01:00 |
|
|
|
25dd685345
|
Add a linker script and example uart echo program
|
2025-12-21 17:04:18 +01:00 |
|