2 definitions by Name what name

Xor, also known as exclusive or, operation used in binary. It is commonly used in Assembly and C.
%10101010
xor %11011011 = %01110001, where { ( 1 and 0 = 1 ) ( 0 and 0 = 0 ) ( 1 and 1 = 0 ). Xor is similar to Or expect of two factors: (1) Xor changes the bit to 0 if both bits are 1 (2) Xor can be undone where Or cannot.
Asm
ld a,%10101011
xor %11111111
;a = %01010100

C
int a
a = %10101011
xor %11111111
;a= %01010100
by Name what name May 12, 2006
Get the xor mug.
32-bit cpu created by Motorola in 1976. Now out of date, but was used in many important systems. The 68000 is still used in the Ti-89.

The 68000 has eight 32-bit data registers, (d0-d7) and eight address registers, (a0-a7).
wow dude thats like totallly sweeeet game you got on ya ti89!! can i destroy it cuz im coooL?!

Dude this program took 2 months to write in 68000 assembly langauge!!!

lol games are easy make all ya do is tell calc to do thing!

Lets see you make a game!

heheheheh only nerds code!
by Name what name May 12, 2006
Get the 68000 mug.