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 @
93830391
...
...
@@ -46,7 +46,7 @@ pub struct Row {
注:Opcode的 cnt、is_high、acc_hi、acc_lo、value_hi、value_lo值都为0
假如有指令:
假如有
如下
指令:
```
shell
PUSH1 0xa
...
...