NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 49 forks source link

MemsetEnterScope #430

Closed har777 closed 4 months ago

har777 commented 4 months ago

Enters a new scope for the memory set operation with a specified value.

Reference: https://github.com/starkware-libs/cairo-lang/blob/efa9648f57568aad8f8a13fbf027d2de7c63c2c0/src/starkware/cairo/common/memset.cairo#L11