Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/examples/fibonacci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down