-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Beam instructions appendix #81
Comments
Great! |
I need to cross-check the argument names I figured out for the dissassembler in IntelliJ Elixir to see if I have any in https://github.com/KronicDeth/intellij-elixir/blob/master/src/org/elixir_lang/beam/chunk/code/operation/Code.kt. That aren't in the book or vice versa. |
@kvakvs Your branch is looking good. Perhaps do a PR on what you got even though it is not yet finished? |
I think its been merged a while ago. A new one may come some time later, as I am experimenting with instructions again in my project. |
As I am working now on a very similar topic (writing a beam-like writer/loader and implementing my own VM loop), I will be updating this chapter on the way, and a PR will follow.
https://github.com/kvakvs/theBeamBook/tree/ap-beam_instr-work
The text was updated successfully, but these errors were encountered: