Blame

340779 Bob Green 2026-03-21 11:05:54
1
# Reference Material
2
3
## GCC Related
4
- [ABI (Application Binary Interface](https://m680x0.github.io/doc/abi.html) describes how arguments are passed and results returned. Useful if you are micing C and assembly language programming.
178fa3 Bob Green 2026-07-01 16:55:32
5
- [GNU Linker Manual](./gnu-ld.pdf)
ce3690 Bob Green 2026-03-24 15:27:04
6
7
## Compact Flash
8
- [Compact Flash Specification, Version 3](/Specs/CF_spec_3.0.pdf)