You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to reference part of a word-sized constant (in this context created with the mechanism from #2011) in push instructions, e.g.:
# see issue 2011
const.METADATA_SLOT_NAME="miden::basic_fungible_faucet::metadata"
begin
# push the first two elements of the word onto the stack
push.METADATA_SLOT_NAME[0..2]
end