copapy/docs/source/compiler.md

12 lines
382 B
Markdown
Raw Normal View History

# Compiler
```{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).