0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
612 stars 150 forks source link

Support contants with `eq` instruction. #1288

Open hackaugusto opened 3 months ago

hackaugusto commented 3 months ago

This is useful when testing for enum value, e.g.:

eq.PUBLIC_NOTE assert
bitwalker commented 3 months ago

FYI, this is addressed in #1277, for all instructions with immediate arguments 🙂

hackaugusto commented 3 months ago

Sounds good, we can close this when that is merged 👍