8 lines
83 B
NASM
8 lines
83 B
NASM
lda 1
|
|
ldb 0
|
|
|
|
fib_loop:
|
|
ldc b
|
|
ldb a
|
|
add c
|
|
jlt fib_loop ; Stop when carry flag is set |