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 update bytecode doc
authored
Jan 04, 2024
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 @
d0fdc26b
...
...
@@ -142,7 +142,7 @@ cnt_prev != 0 && cnt_cur == 0 -------> PUSH的最后一个字节
cnt=0的情况有三种:Opcode(非PUSH)、PUSH指令PUSH的最后一个byte、padding的row
**
pc约束
**
**
Pc
**
addr change ----> pc=0 (addr发生变化,说明是一个新的合约,pc应该从0开始)
...
...