mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix yul links.
This commit is contained in:
parent
a328e940b5
commit
2b804017fe
@ -11,7 +11,7 @@ You can interleave Solidity statements with inline assembly in a language close
|
|||||||
to the one of the Ethereum virtual machine. This gives you more fine-grained control,
|
to the one of the Ethereum virtual machine. This gives you more fine-grained control,
|
||||||
which is especially useful when you are enhancing the language by writing libraries.
|
which is especially useful when you are enhancing the language by writing libraries.
|
||||||
|
|
||||||
The language used for inline assembly in Solidity is called `Yul <yul>`_
|
The language used for inline assembly in Solidity is called :ref:`Yul <yul>`
|
||||||
and it is documented in its own section. This section will only cover
|
and it is documented in its own section. This section will only cover
|
||||||
how the inline assembly code can interface with the surrounding Solidity code.
|
how the inline assembly code can interface with the surrounding Solidity code.
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ how the inline assembly code can interface with the surrounding Solidity code.
|
|||||||
|
|
||||||
|
|
||||||
An inline assembly block is marked by ``assembly { ... }``, where the code inside
|
An inline assembly block is marked by ``assembly { ... }``, where the code inside
|
||||||
the curly braces is code in the `Yul <yul>`_ language.
|
the curly braces is code in the :ref:`Yul <yul>` language.
|
||||||
|
|
||||||
The inline assembly code can access local Solidity variables as explained below.
|
The inline assembly code can access local Solidity variables as explained below.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user