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 28, 2023
by
qingyun Ma
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
zkevm-docs/6-bytecode.markdown
zkevm-docs/6-bytecode.markdown
+4
-0
No files found.
zkevm-docs/6-bytecode.markdown
View page @
f5ed76a1
...
...
@@ -205,6 +205,10 @@ Addr=0, 所有值都为0
padding的行由addr=0来约束,所有值都为0
Bytecode是Opcode而不是PUSH的byte
当cnt_prev!=0时
当前行一定为PUSH指令所PUSH的字节
当cnt==0时
Opcode(PUSH): cnt为0
PUSH的最后一个byte的cnt_prev-cnt_cur=1 (怎么区分是PUSH的byte而不是Opcode)
...
...