-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VM epic revisioning and audit #280
base: feat/fungible-nonconf
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK.
I'll do some script testing next week, but it appears to be correct.
PS: I really liked the concept of suffixes in the opcodes, it really improved the reading of the scripts.
/// | ||
/// If operation doesn't fail, the value of `st0` remains unaffected (i.e. if it was set to | ||
/// failed state before the operation, the operation doesn't change that). | ||
#[display("cn.g a16{dst},a16{ty}")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a recap:
Reg32, Reg16 and Reg8 are just different bit-length for the registry index, it has nothing to do with a8/a16/a32, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, correct
Co-authored-by: Armando CD <[email protected]>
No description provided.