mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
# Adds two numbers from advice stack
|
|
# Input: advice_stack contains second_number, first_number
|
|
use.std::sys
|
|
|
|
begin
|
|
adv_push.1
|
|
adv_push.1
|
|
|
|
add
|
|
|
|
exec.sys::truncate_stack
|
|
end
|