mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
26 lines
624 B
Plaintext
26 lines
624 B
Plaintext
|
|
======= linking_strict_assembly/input.yul (EVM) =======
|
|
|
|
Pretty printed source:
|
|
object "a" {
|
|
code {
|
|
let addr := linkersymbol("contract/test.sol:L")
|
|
sstore(0, addr)
|
|
}
|
|
}
|
|
|
|
|
|
Binary representation:
|
|
7312345678901234567890123456789012345678908060005550
|
|
|
|
Text representation:
|
|
linkerSymbol("f919ba91ac99f96129544b80b9516b27a80e376b9dc693819d0b18b7e0395612")
|
|
/* "linking_strict_assembly/input.yul":98:102 */
|
|
dup1
|
|
/* "linking_strict_assembly/input.yul":95:96 */
|
|
0x00
|
|
/* "linking_strict_assembly/input.yul":88:103 */
|
|
sstore
|
|
/* "linking_strict_assembly/input.yul":22:109 */
|
|
pop
|