[][src]Module hyeong::core::execute

Functions

execute

Execute from new code until needs new code or finish

execute_one

Executes only one line of code and return next position of code

pop_stack_wrap

Wrapper function for popping from stack This is needed because stack no 0, 1, 2 has different behavior

push_stack_wrap

Wrapper function for pushing to stack This is needed because stack no 1, 2 has different behavior