First of all -> Happy new year!
I'm not sure if a parity flag is going to be necessary.
I think the flag could be useful in some applications (e.g. some math programming), since it makes calculations easier.
There is an operation that allows you to set the status flags as though a tritwise AND operation with the accumulator has been performed. With an and-mask that masks out all trits except one arbitrary trit, you will transfer that trit to the sign flag, and from there -- for all intents and purposes, it can be a parity flag.
Wow. I don't know a way to determine number's
parity by a single trit (I can only determine
sign of a number in this manner). If you can give me an example of it, please post it here. In ternary you can not check single trit and say the number's parity (neverming how you count -
even,
odd and
zero, or just
even and
odd).
I've got a few things to fix before I release a public alpha version of it. It shouldn't be -that- far away, things are in fairly working order, -- maybe a month? (optimistically) But when that's done, I'll be sure to post a notification here, and you're welcome to tinker in the code (it's going to be open source).
Great news, I'll wait for release
