Other Yul Functions
Other Yul Functions
datasize(x)
/dataoffset(x)
- takes in string literals (names of objects) as arguments, returning the size and offset in the data area, respectivelydatacopy
- equivalent tocodecopy
setimmutable(offset, "name", value)
loadimmutable("name")
References
Last updated