mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
{
|
|
mstore(0x40, memoryguard(0x0102030405060708))
|
|
sstore(1, mload(0x40))
|
|
}
|
|
// ----
|
|
// Trace:
|
|
// Memory dump:
|
|
// 0: 0000000000000000000000000000000000000000000000000000000000000001
|
|
// 20: 0000000000000000000000000000000000000000000000000102030405060708
|
|
// 80: 0000000000000000000000000000000000000000000000000102030405060708
|
|
// Storage dump:
|
|
// 0000000000000000000000000000000000000000000000000000000000000001: 0000000000000000000000000000000000000000000000000102030405060708
|