solidity/test/cmdlineTests/strict_asm_debug_info_print_all/output

35 lines
584 B
Plaintext
Raw Permalink Normal View History

======= strict_asm_debug_info_print_all/input.yul (EVM) =======
Pretty printed source:
/// @use-src 0:"input.sol"
object "C_6_deployed" {
code {
2023-05-16 09:40:04 +00:00
{
/// @src 0:60:101
mstore(64, 128)
fun_f()
}
/// @src 0:77:99
2023-05-16 09:40:04 +00:00
function fun_f()
{ sstore(0, 42) }
}
}
Binary representation:
2023-05-16 09:40:04 +00:00
6080604052600a600c565b005b602a5f5556
Text representation:
/* "input.sol":60:101 */
mstore(0x40, 0x80)
tag_2
tag_1
jump // in
tag_2:
2023-05-16 09:40:04 +00:00
stop
/* "input.sol":77:99 */
tag_1:
sstore(0x00, 0x2a)
jump // out