-
Notifications
You must be signed in to change notification settings - Fork 56
feat: Bytes #76
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
feat: Bytes #76
Conversation
|
is for #25 |
|
this looks great to me, really cool actually. would like to get another set of eyes on this before merging. |
jtriley2p
left a comment
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.
Overall, core logic looks good. Most comments are regarding comments, formatting, and minor changes.
However, the macro immediate vs stack arguments will require a few changes to the control flow, namely by changing <immediate_name> to dupN where N is the stack depth of the macro arguments (more details in the comments).
jtriley2p
left a comment
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.
lgtm 🤘
Implementing BytesLib in Huff