blob: ba08550b323d33149d03905473448544657cb0d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Documentation
| Directory | Contents |
|----------------|-----------------------------------------------|
| `spec/` | Formal ISA specification reference manual |
| `manual/` | Programmer's guide — assembly, toolchain use |
| `abi/` | Application Binary Interface specification |
| `internals/` | Microarchitecture, pipeline, implementor notes|
| `examples/` | Annotated code examples in asm/C |
The `gen/docs/` generator produces source files for these docs from the
machine-readable ISA definitions.
|