> I don't think there was ever a consensus about opcode naming.
> It seems that we need this but can you give an example
> of where you are using it, just to give me some context to think
> with?

I've been implementing a Lisp interpretter (and hopefully at some point,
compiler) and was using the eq_addr (or whatever it's eventually destined
to be named) to test for equality between symbol types.  (I'm sure there's
another hackish way of implementing the test, but this seemed like the
cleanest way of doing it at the time...)

Reply via email to