Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rt-UA
Patmos
Commits
be4d83f8
Commit
be4d83f8
authored
12 years ago
by
Martin Schoeberl
Browse files
Options
Download
Email Patches
Plain Diff
io: fix changed IO address of the UART
parent
73ddabca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
asm/test.s
+1
-1
asm/test.s
with
1 addition
and
1 deletion
+1
-1
asm/test.s
View file @
be4d83f8
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help