Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pepin
sysdig
Commits
4edc34d0
Commit
4edc34d0
authored
Jan 17, 2017
by
Martin Pépin
Browse files
Add shift assembly test
parent
e4cf2094
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/asm/shifts.s
0 → 100644
View file @
4edc34d0
.
text
li
$a0
,
6
sll
$a0
,
$a0
,
2
li
$v0
,
1
syscall
srl
$a0
,
$a0
,
3
li
$v0
,
1
syscall
#
Exit
li
$v0
,
10
syscall
.
data
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