I've updated number.t and integer.t to use the new comparison operators. I also made a minor patch to opcode_table because the if ops had the wrong number of args. Finally, I made a change to assemble.pl to grok operators better. It should now handle an operator no matter how you name it as long as it consists of a base name followed by some sequence of _type where type is in ( i s n p ic sc nc ). Thanks! Tanton