From e55ef4d11ebee28d4d0861717ae178d592536b49 Mon Sep 17 00:00:00 2001 From: Alex Kahn <43892045+alnoki@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:07:34 -0700 Subject: [PATCH] docs(ENG-208): Add Fibonacci reference clarification --- docs/src/examples/fibonacci.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/examples/fibonacci.md b/docs/src/examples/fibonacci.md index fb1fda1f..7264dc5d 100644 --- a/docs/src/examples/fibonacci.md +++ b/docs/src/examples/fibonacci.md @@ -175,8 +175,10 @@ assembly: > [!note] > The assembly file in this example was adapted from -> [an implementation by `7etsuo`]. +> [an implementation by `7etsuo`], which was itself taken from +> [an implementation by Dean Little]. +[an implementation by dean little]: https://github.com/deanmlittle/solana-fibonacci-asm [an implementation by `7etsuo`]: https://github.com/7etsuo/Learn-Solana-BPF-Assembly/blob/17eb280a9ca02132f40b3fb61be5e469670dd2d1/examples/solana-fibonacci-asm/src/fib/fib.s [call-preserved (callee-saved/non-volatile) registers]: https://en.wikipedia.org/wiki/X86_calling_conventions#Callee-saved_(non-volatile)_registers [custom program error code]: https://docs.rs/solana-program/latest/solana_program/program_error/enum.ProgramError.html#variant.Custom