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