Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
zkp
zkevm-circuits
Wiki
Zkevm docs
6 bytecode
6 bytecode
· Changes
Page history
chore: modify bytecode doc
authored
Dec 27, 2023
by
qingyun Ma
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zkevm-docs/6-bytecode.markdown
zkevm-docs/6-bytecode.markdown
+1
-1
No files found.
zkevm-docs/6-bytecode.markdown
View page @
9f93128b
...
...
@@ -200,7 +200,7 @@ Addr=0, 所有值都为0
当cnt != 0时
当前的value_lo等于Rotation(cur_cnt)的value_lo,value_hi也是同理,即value_lo和value_hi应等于最终计算出的value_lo、value_hi(PUSH的最后一个byte)
当前的value_lo等于Rotation(cur_cnt)的value_lo,value_hi也是同理,即value_lo和value_hi应等于最终计
.
算出的value_lo、value_hi(PUSH的最后一个byte)
当cnt_prev=0时
...
...