copapy/docs/source/compiler.md

12 lines
386 B
Markdown
Raw Permalink Normal View History

2026-01-01 14:35:57 +00:00
# How it works
```{toctree}
:maxdepth: 1
:hidden:
stencil_doc
example_asm
2025-12-22 14:39:17 +00:00
```
```{include} ../build/compiler.md
2025-12-22 14:39:17 +00:00
```
A full listing of all stencils with machine code for all architectures from latest build is here available: [Stencil overview](stencil_doc.md). The compiler output for a full example program from latest compiler build is here available: [Example program](example_asm).