📄️ Overview
The Miden language's advantages, notations and design.
📄️ Code Organization
Miden assembly's code structure.
📄️ Flow Control
Loops and conditionals.
📄️ Field Operations
Tables of operations with raw field elements.
📄️ u32 Operations
Instructions for operations on 32-bit integers.
📄️ Stack Manipulation
Instructions for stack manipulation.
📄️ I/O Operations
Instructions for moving data between the stack and other sources.
📄️ Cryptographic Operations
Instructions for performing common cryptographic operations.
📄️ Execution Contexts
An execution context defines its own memory space which is not accessible from other execution contexts.