Merge branch 'memory-refactor' into precompile-memory-context-change

This commit is contained in:
Nicholas Ward 2023-05-10 09:55:59 -07:00
commit 76fb31606a

View File

@ -74,6 +74,8 @@
%stack (addr: 3, value) -> (addr, value, 4, %%after)
%jump(mstore_unpacking)
%%after:
// stack: offset
POP
%endmacro
// Load a value from the given segment of the current context's memory space.