huff-language / huff-docs

Extensive Huff Language Documentation, Tutorials, and Resources built with Vuepress and deployed at https://docs.huff.sh
https://docs.huff.sh
MIT License
36 stars 34 forks source link

Fix stack ordering #46

Closed altugbakan closed 2 years ago

altugbakan commented 2 years ago

Hello,

I think the correct stack should be [0x00, 0x20], as the first value is offset and the second one is size. 0x20 0x00 pushes them in the reverse order in the stack.

netlify[bot] commented 2 years ago

Deploy Preview for huffdocs ready!

Name Link
Latest commit 61b4a2e5dfb9f70575d08f4087573aaf7fa95264
Latest deploy log https://app.netlify.com/sites/huffdocs/deploys/62f0fb5af7bd74000908a90f
Deploy Preview https://deploy-preview-46--huffdocs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

altugbakan commented 2 years ago

I also fixed the Foundry link to make it link to the correct address instead of localhost.

Maddiaa0 commented 2 years ago

Thanks @altugbakan; awesome stuff