solidity/test/cmdlineTests/strict_asm_debug_info_print_none/output
2023-06-07 12:13:39 +02:00

31 lines
469 B
Plaintext

======= strict_asm_debug_info_print_none/input.yul (EVM) =======
Pretty printed source:
/// @use-src 0:"input.sol"
object "C_6_deployed" {
code {
{
mstore(64, 128)
fun_f()
}
function fun_f()
{ sstore(0, 42) }
}
}
Binary representation:
6080604052600a600c565b005b602a5f5556
Text representation:
mstore(0x40, 0x80)
tag_2
tag_1
jump // in
tag_2:
stop
tag_1:
sstore(0x00, 0x2a)
jump // out