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
This pull request completes the implementation of the SET instruction
and adds handling for invalid tags. It also includes necessary tests for
the new functionality.
SET takes the given u128, casts it to the provided inTag type, and sets
the memory.
Ref: #4267, #4271.
This pull request completes the implementation of the SET instruction
and adds handling for invalid tags. It also includes necessary tests for
the new functionality.
SET takes the given u128, casts it to the provided inTag type, and sets
the memory.
Ref: AztecProtocol#4267, AztecProtocol#4271.
As part of this instruction, we should treat tags as different from operands and let them be 8 bits!
The text was updated successfully, but these errors were encountered: