Staredit Network

Staredit Network -> Computers and Technical -> OR, XOR, AND
Report, edit, etc...Posted by O)FaRTy1billion on 2006-08-12 at 06:20:27
In ASM and some programming languages, you can do "xor", "or", or "and" on registers/variables.
Well, with some other things you can't and I really don't want to take the time to make this convert everything to binary and go digit-by-digit and do it on them, then convert it back.

I was wondering if anyone knew a formula or something to just take the decimal values and do something to them to get it.
"Not" was easy because I just did the max (FFFFFF) minus the value. Is it the only one that can be done like that?

I tried google, but it just gave me all the "0 xor 0 = 0", "1 xor 0 = 1", "0 xor 1 = 1", "1 xor 1 = 0" stuff, then highly overcomplicated it.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-08-23 at 13:17:31
Nevermind.
I found a list.
Next Page (1)