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

8 lines
139 B
NASM
Executable File

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