mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
62028c90f0
Introduce writeMemory and read/writeBytes32/Address helpers. Fix read/writeU128/U256 to be little-endian. Update each instruction to follow the specification.
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
{
|
|
sstore(0, extcodesize(address()))
|
|
}
|
|
// ----
|
|
// Trace:
|
|
// Memory dump:
|
|
// 20: 0000000000000000000000000000000000000000000000000000000000000dd6
|
|
// Storage dump:
|
|
// 0000000000000000000000000000000000000000000000000000000000000000: 0000000000000000000000000000000000000000000000000000000000000dd6
|