summaryrefslogtreecommitdiff
path: root/echo.S
AgeCommit message (Collapse)Author
2025-12-26(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, ↵taitep
misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-23ADD ELF SUPPORTtaitep
2025-12-21Make echo.S compatible with the C-compatible linker scripttaitep
2025-12-21Fix assembly syntax in echo programtaitep
2025-12-21Add a linker script and example uart echo programtaitep