mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
mload_packing macro
This commit is contained in:
parent
ffc5d6d6c2
commit
1eba893e61
@ -43,6 +43,12 @@ mload_packing_return:
|
||||
%stack (packed_value, addr: 3, len, retdest) -> (retdest, packed_value)
|
||||
JUMP
|
||||
|
||||
%macro mload_packing
|
||||
%stack (addr: 3, len) -> (addr, len, %%after)
|
||||
%jump(mload_packing)
|
||||
%%after:
|
||||
%endmacro
|
||||
|
||||
// Pre stack: context, segment, offset, value, len, retdest
|
||||
// Post stack: offset'
|
||||
global mstore_unpacking:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user