solidity/test/cmdlineTests/strict_asm_debug_info_print_all/output

34 lines
576 B
Plaintext

======= strict_asm_debug_info_print_all/input.yul (EVM) =======
Pretty printed source:
/// @use-src 0:"input.sol"
object "C_6_deployed" {
code {
/// @src 0:60:101
mstore(64, 128)
fun_f_5()
/// @src 0:77:99
function fun_f_5()
{ sstore(0, 42) }
}
}
Binary representation:
6080604052600a600e565b6014565b602a5f55565b
Text representation:
/* "input.sol":60:101 */
mstore(0x40, 0x80)
tag_2
tag_1
jump // in
tag_2:
/* "input.sol":77:99 */
jump(tag_3)
tag_1:
sstore(0x00, 0x2a)
jump // out
tag_3: