mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
consume offset
This commit is contained in:
parent
e86c7034bc
commit
8049a5dabb
@ -103,11 +103,11 @@
|
||||
%mload_kernel_code
|
||||
%shl_const(16)
|
||||
// stack: c0 | (c1 << 8) | (c2 << 16), offset
|
||||
DUP2
|
||||
SWAP1
|
||||
%add_const(3)
|
||||
%mload_kernel_code
|
||||
%shl_const(24)
|
||||
// stack: c0 | (c1 << 8) | (c2 << 16) | (c3 << 24), offset
|
||||
// stack: c0 | (c1 << 8) | (c2 << 16) | (c3 << 24)
|
||||
%endmacro
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user