> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Yul

[Yul](https://docs.soliditylang.org/en/latest/yul.html) 是一种面向 Solidity 的中间语言,通常可以视为 EVM 的内联汇编。它并非纯粹的汇编,提供了控制流构造并将栈的内部工作方式加以抽象,同时仍向开发者暴露原始内存后端。Yul 面向需要访问 EVM 原始内存后端的开发者,以构建高性能、gas 优化的 EVM 代码。
