XOR operation

Joined
Feb 6, 2023
Messages
46
Reaction score
3
hello. how can I calculate xor operation between 2 variables with different lengths? for instance

Code:
1001011001100110 xor 10011010
 
Joined
Sep 21, 2022
Messages
178
Reaction score
24
Code:
1001011001100110 xor 10011010
=
1001011001100110 xor
        10011010
=
1001011001100110 xor
0000000010011010
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,992
Messages
2,570,220
Members
46,807
Latest member
ryef

Latest Threads

Top