Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stud-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rachkovska, Ievgeniia
stud-support
Commits
aaa90311
Commit
aaa90311
authored
11 months ago
by
Rachkovska, Ievgeniia
Browse files
Options
Downloads
Patches
Plain Diff
Fibonacci's series by Rachkiev
parent
d4430035
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
work/fibo-hazard-rachkiev.S
+32
-0
32 additions, 0 deletions
work/fibo-hazard-rachkiev.S
with
32 additions
and
0 deletions
work/fibo-hazard-rachkiev.S
0 → 100644
+
32
−
0
View file @
aaa90311
.
globl
_start
.
option
norelax
_start
:
addi
t0
,
x0
,
5
//
Set
value
of
N
addi
s0
,
x0
,
0
//
F
(
0
)
addi
s1
,
x0
,
1
//
F
(
1
)
addi
t1
,
x0
,
2
//
initialization
instruction
of
for
cycle
:
i
=
2
,
kde
i
=
t1
loop_body
:
add
t2
,
s0
,
s1
//
t2
=
s0
+
s1
add
s0
,
s1
,
x0
//
s0
=
s1
nop
add
s1
,
t2
,
x0
//
s1
=
t2
addi
t1
,
t1
,
1
#
i
++
ble
t1
,
t0
,
loop_body
done
:
addi
t0
,
x0
,
0x400
//
la
t0
,
fibonacci
bez
hazardu
ebreak
.
data
.
org
0
x400
fibonacci
:
.
word
0x1234
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment