I have some questions about the aluvm:
- if I want to return a value in the aluvm script(whatever it is), what kind of instruction should I take? (Now there is a
ret instr, but it returns nothing)
- if I want to call another transition or extension, can I use
call instr to call the lib id(hash) of a specific transition?
I have some questions about the aluvm:
retinstr, but it returns nothing)callinstr to call the lib id(hash) of a specific transition?