Commit be4d83f8 authored by Martin Schoeberl's avatar Martin Schoeberl
Browse files

io: fix changed IO address of the UART

parent 73ddabca
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,7 +7,7 @@
# TODO: looks like the UART is in memory address 0....
addi r0 = r0, 0; # first instruction not executed
addi r1 = r0, 8;
addi r1 = r0, 15;
sli r1 = r1, 28;
addi r2 = r0, 42; # '*'
swm [r1 + 1] = r2;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment