Skip to content
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

Documents structured control instructions #61

Merged
merged 2 commits into from
Nov 29, 2021
Merged

Documents structured control instructions #61

merged 2 commits into from
Nov 29, 2021

Conversation

codefromthecrypt
Copy link
Contributor

This starts to document opcodes by choosing some of the harder ones first

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -18,18 +30,21 @@ const (
OptCodeCall OptCode = 0x10
OptCodeCallIndirect OptCode = 0x11

// parametric instruction
// parametric instructions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra newline ensures this comment isn't mistaken for a godoc on OptCodeDrop

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Copy link
Member

@mathetake mathetake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏅

@codefromthecrypt codefromthecrypt merged commit 5c37de7 into main Nov 29, 2021
@codefromthecrypt codefromthecrypt deleted the doc-if branch November 29, 2021 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants