0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
630 stars 160 forks source link

Update decoder design docs #483

Open bobbinth opened 1 year ago

bobbinth commented 1 year ago

The latest changes need to be reflected in the decoder design docs. These include:

  1. Handling of CALL and SYSCALL blocks.
  2. Updates to the block stack table.
grjte commented 1 year ago

For reference, #231 was the related issue, and the PRs that closed it are linked at the bottom