coa-lab/assignment-1/supporting_files/program_templates/fibonancci_template.asm

8 lines
139 B
NASM
Raw Normal View History

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