Cory Spencer <[EMAIL PROTECTED]> wrote: > Is there any way in PASM to determine whether or not two PMC's share the > same memory address?
Not yet. We have the vtable methods but the opcodes are missing. We have: Op vtable Meaning - is_same PMCs are ident - is_equal PMCs are equivalent, holding the same value Y cmp cmp PMCs - cmp_num cmp PMCs numerically - cmp_string cmp PMCs as strings Proposals for opcode names welcome. > Regards, > Cory leo