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(2)
        push(2)
        push(2)
        push(2)
        noop
        noop
        push(17843484659000820118)
        emit
        drop
        assert(0)
    end
end