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
Quentin Aristote
Microprocessor
Commits
fbffc8c7
Commit
fbffc8c7
authored
Jan 23, 2019
by
Quentin Aristote
Browse files
Update instructions.md
parent
95cbeb04
Changes
1
Hide whitespace changes
Inline
Side-by-side
instructions.md
View file @
fbffc8c7
...
...
@@ -41,7 +41,7 @@ Les instructions sont les suivantes :
|000001|
`bltz rs, imm`
|si rs < 0,
`PC <- PC + imm`
|000100|
`beq rs, rt, imm`
|si rs = rt,
`PC <- PC + imm`
|000101|
`bne rs, rt, imm`
|si rs != rt,
`PC <- PC + imm`
|001111|
`lui r
s
, imm`
|
`r
s
<- imm`
|001111|
`lui r
t
, imm`
|
`r
t
<- imm`
## Type J
...
...
Write
Preview
Supports
Markdown
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