mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
fix
This commit is contained in:
parent
446c3b7140
commit
d9694d95a6
@ -195,20 +195,20 @@
|
|||||||
// stack: c_3 = (value >> 24) % (1 << 8), c_2, c_1, c_0, segment, offset, context
|
// stack: c_3 = (value >> 24) % (1 << 8), c_2, c_1, c_0, segment, offset, context
|
||||||
DUP6
|
DUP6
|
||||||
DUP6
|
DUP6
|
||||||
DUP8
|
DUP9
|
||||||
// stack: context, segment, offset, c_3, c_2, c_1, c_0, segment, offset, context
|
// stack: context, segment, offset, c_3, c_2, c_1, c_0, segment, offset, context
|
||||||
MSTORE_GENERAL
|
MSTORE_GENERAL
|
||||||
// stack: c_2, c_1, c_0, segment, offset, context
|
// stack: c_2, c_1, c_0, segment, offset, context
|
||||||
DUP5
|
DUP5
|
||||||
%increment
|
%increment
|
||||||
DUP5
|
DUP5
|
||||||
DUP7
|
DUP8
|
||||||
MSTORE_GENERAL
|
MSTORE_GENERAL
|
||||||
// stack: c_1, c_0, segment, offset, context
|
// stack: c_1, c_0, segment, offset, context
|
||||||
DUP4
|
DUP4
|
||||||
%add_const(2)
|
%add_const(2)
|
||||||
DUP4
|
DUP4
|
||||||
DUP6
|
DUP7
|
||||||
MSTORE_GENERAL
|
MSTORE_GENERAL
|
||||||
// stack: c_0, segment, offset, context
|
// stack: c_0, segment, offset, context
|
||||||
SWAP2
|
SWAP2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user