# Yul 语言

[Yul](https://docs.soliditylang.org/en/latest/yul.html) 是 Solidity 的一种中间语言，通常被认为是 EVM 的内联汇编。它不完全是纯粹的汇编语言，Yul 提供了控制流结构并抽象出堆栈的内部工作，同时仍向开发人员公开原始内存后端。Yul 面向需要接触 EVM 原始内存后端的开发人员，以编写高性能、 具备 gas 优化的 EVM 代码。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.docszh.com/monad-docs/guides/evm-resources/other-languages/yul.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
