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

asm peckage documentation #2

Open
wighawag opened this issue Sep 5, 2022 · 2 comments
Open

asm peckage documentation #2

wighawag opened this issue Sep 5, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@wighawag
Copy link

wighawag commented Sep 5, 2022

Suggestion

Starting to play with asm to make some small contract but I am having hard time figuring out how the whole thing works

I looked at lurch for inspiration, but I do not know what $$ means for example
Any pointer, example of smart contract in asm would be helpful :)

@wighawag wighawag added the documentation Improvements or additions to documentation label Sep 5, 2022
@wighawag
Copy link
Author

wighawag commented Sep 5, 2022

Oh, I figured what $$ means, it the top of the stack :)

Still figuring out other thing though :D

@ricmoo
Copy link
Member

ricmoo commented Sep 6, 2022

There isn't really much in the way of documentation; I was doing a lot of hackathons in ASM at some point so threw together a little language to make my life easier rather than writing everything in byte code. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants