0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
611 stars 148 forks source link

Rework field and u32 comparison instructions #1380

Open Overcastan opened 3 days ago

Overcastan commented 3 days ago

This small PR implements emulation of immediate values for field and u32 comparison instructions:

Instead of using additional *Imm(v) instruction variation, they are emulated with [Push(v), *instr*] array.

Related issue: #1374