diff options
| author | taitep <taitep@taitep.se> | 2025-12-26 14:20:27 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-26 14:20:27 +0100 |
| commit | 528b519ce98c21049705526442cbde1672495b49 (patch) | |
| tree | 487714ef8a58c9610da6b97d76ecd97e58b8b921 /echo.S | |
| parent | 6d9efb7eb85af929f3d6c22111933bb58d1ea07e (diff) | |
(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
Diffstat (limited to 'echo.S')
| -rw-r--r-- | echo.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ .equ UART_TX_READY, 0b01 _start: - li a0, 0x1000 + li a0, 0x10000 loop: lbu t0, UART_STATUS(a0) |
