8 lines
139 B
NASM
8 lines
139 B
NASM
|
.data
|
||
|
n:
|
||
|
10
|
||
|
.text
|
||
|
// your code here to get the first 'n' Fibonacci numbers
|
||
|
// you may change the value of 'n'
|
||
|
// remove these comments!
|