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
4 core
core call
core call
· Changes
Page history
feat:update call
authored
Jul 29, 2024
by
maqingyuan
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zkevm-docs/4-core/core-call.markdown
zkevm-docs/4-core/core-call.markdown
+1
-1
No files found.
zkevm-docs/4-core/core-call.markdown
View page @
d20033b4
...
...
@@ -7,7 +7,7 @@ CALL指令用于实现智能合约间的交互,即从当前智能合约调用
堆栈示例
```
code
// 栈顶 ---------------------> 栈底
CALL指令执行需要的操作数: |
gas|addr|value|args
Offset|argsLength|
ret
Offset|
retLength
|
CALL指令执行需要的操作数: |
retLength|ret
Offset|argsLength|
args
Offset|
value|addr|gas
|
CALL指令结束写入的操作数: |success|
```
...
...