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:
agra
2026-06-16 07:46:01 +03:00
parent b4d1ce78c3
commit e7eeecc0f3
5 changed files with 6 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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