> Anyway, because of it I'm pondering > non-flowcontrol logical ops. Those would be very nice for us compiler-writers.
It's a bit (heh) late for me to bring this up, now, but I always thought the flow-control ops should be prefixed with 'j' or something. Like in most other assemblies. You have "je" for jump-if-equal and so on. In PASM we have "eq" for equal, but that doesn't give any indication that it will jump on equal. So really, 'eq' should be the non-jumping version, while 'jeq' would be the jumping version. Then again, IMCC can hide this from you, so it doesn't matter so much, anymore. if $P0 == $P2 goto somewhere Just a thought. But anyhow, non-jumping comparison ops would be nice. :) $I1 = ($P0 == $P2) ? __________________________________ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer