Skip to content
Snippets Groups Projects
Commit 184fb22b authored by Žampach, Daniel's avatar Žampach, Daniel
Browse files

Delete fibonacci.S

parent 00db7adc
No related tags found
No related merge requests found
.globl _start
.set noat
.set noreorder
_start:
add s0, x0, x0
addi t0, x0, 0x400
addi s1, x0, 2
add t2, x0, x0
sw s0, 0(t0)
addi t0, t0, 4
addi t3, x0, 15
nop
sw s1, 0(t0)
addi t0, t0, 4
loop:
add s2, s1, s0
add s0, s1, x0
addi t2, t2, 1
add s1, s2, x0
sw s2, 0(t0)
addi t0, t0, 4
beq t2, t3, loop
.data
.org 0x400
fibonacci:
.word 0x1234
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment