{
mstore(0, mod(calldataload(0), exp(2, 8)))
}
// ====
// step: expressionSimplifier
// ----
// {
// mstore(0, and(calldataload(0), 255))
// }