miden-assembly 0.22.2

Miden VM assembly language
Documentation
---
source: crates/assembly/src/tests.rs
expression: program
---
begin
    basic_block
        push(2147483648)
        push(4294967294)
        mstore
        drop
        push(10)
        push(50)
        push(2)
        u32madd
        swap
        drop
        noop
    end
end