mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
docs(amiga): make cross-references clickable markdown links
Convert bare .md path references in 29 files to proper [name](relative/path) markdown links for GitHub navigation.
This commit is contained in:
parent
551ebda2b1
commit
fca930d0db
29 changed files with 46 additions and 46 deletions
|
|
@ -231,7 +231,7 @@ So immediately before the JSR:
|
|||
| −552 | 552 | `OpenLibrary` | A1=name, D0=ver | D0=base |
|
||||
| −558 | 558 | `CloseLibrary` | A1=lib | — |
|
||||
|
||||
Full tables: [`04_linking_and_libraries/lvo_table.md`](../../../04_linking_and_libraries/lvo_table.md)
|
||||
Full tables: [[lvo_table.md](../../04_linking_and_libraries/lvo_table.md)](../../../04_linking_and_libraries/lvo_table.md)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -290,7 +290,7 @@ If you encounter `JSR (-N,A6)` and don't know which library A6 holds:
|
|||
## References
|
||||
|
||||
- NDK39: `fd/` directory — all library `.fd` files (plain text, open in any editor)
|
||||
- `04_linking_and_libraries/lvo_table.md` — formatted LVO tables
|
||||
- [lvo_table.md](../../04_linking_and_libraries/lvo_table.md) — formatted LVO tables
|
||||
- `static/library_jmp_table.md` — JMP table layout and IDA scripting
|
||||
- `04_linking_and_libraries/fd_files.md` — `.fd` file format specification
|
||||
- [fd_files.md](../../04_linking_and_libraries/fd_files.md) — `.fd` file format specification
|
||||
- ADCD 2.1 Autodocs online: http://amigadev.elowar.com/read/ADCD_2.1/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue