miden-vm icon indicating copy to clipboard operation
miden-vm copied to clipboard

Add ProcMarker decorator

Open tohrnii opened this issue 2 years ago • 1 comments

This PR adds ProcMarker decorator to executing programs that helps adding context to running programs about whether an operation is part of a procedure. A procedure stack of currently executing procedures is added to the VmState. Edit: Also removes AsmOp decorator for advice injection operations.

tohrnii avatar Jul 16 '22 08:07 tohrnii

Just a note that this work is on hold pending the updates to the SYSCALL operation which will cause changes in the decoder, issue #418

grjte avatar Sep 29 '22 15:09 grjte