Next: , Up: Type related instructions   [Contents][Index]


20.1.23.1 Instruction isa

Synopsys:

isa

Given a value and a type, push 1 on the stack if the value is of the given type. Push 0 otherwise.

Stack: ( VAL TYPE -- TYPE VAL INT )