docs: move inline-asm design doc to a top-level design/ folder
Moves docs/inline-asm-design.md -> design/inline-asm-design.md (the internal design record now lives under design/, separate from the user-facing docs/). Updates all links: current/CHECKPOINT-ASM.md, current/PLAN-ASM.md, current/PLAN-EXTERN-EXPORT.md (../docs -> ../design) and docs/inline-assembly.md (same-dir -> ../design).
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ defining whole routines in assembly.
|
||||
|
||||
> Looking for the *why* behind the design (how it maps to LLVM, the
|
||||
> Zig comparison, the emit algorithm)? That lives in
|
||||
> [inline-asm-design.md](inline-asm-design.md). This page is the
|
||||
> [inline-asm-design.md](../design/inline-asm-design.md). This page is the
|
||||
> user-facing how-to.
|
||||
|
||||
---
|
||||
@@ -366,7 +366,7 @@ q, r := divmod(17, 5); // (3, 2)
|
||||
|
||||
## See also
|
||||
|
||||
- [inline-asm-design.md](inline-asm-design.md) — the design rationale and
|
||||
- [inline-asm-design.md](../design/inline-asm-design.md) — the design rationale and
|
||||
LLVM mapping.
|
||||
- `examples/16xx-platform-asm-*` — the full, runnable example matrix
|
||||
(basic in/out, tuples, the three `-> @place` forms, global asm, the
|
||||
|
||||
Reference in New Issue
Block a user