mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
Merge branch 'memory-refactor' into precompile-memory-context-change
This commit is contained in:
commit
97aedd11cf
@ -71,7 +71,7 @@
|
||||
// Store a big-endian u32, consisting of 4 bytes (c_3, c_2, c_1, c_0).
|
||||
%macro mstore_u32
|
||||
// stack: context, segment, offset, value
|
||||
%stack (addr: 3, value) -> (addr, value, 32, %%after)
|
||||
%stack (addr: 3, value) -> (addr, value, 4, %%after)
|
||||
%jump(mstore_unpacking)
|
||||
%%after:
|
||||
%endmacro
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user