miden-debug 0.10.2

An interactive debugger for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
10
begin
    push.10
    push.20
    add
    push.5
    mul
    # Fold the result into a padding zero so the program ends with <= 16 stack
    # elements.
    add
end