#how do i use bitwise xor?

8 messages · Page 1 of 1 (latest)

dense ravine
#

for example. they wanted me to zero out byte D0 to the given 0x35. how do i write it
(please ping when you answer me)

verbal radishBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

dense ravine
#

!code

lunar gyroBOT
#
How to Format Code on Discord

• type three "backticks" (not quotes/apostrophes, on QWERTY layout, left of 1-key)
• on the same line, type the file extension for that language (c or cpp)
• enter your code on a new line and put another three backticks at the end

Example Input

```cpp
int main() {
    return 0;
}
```

Example Output
int main() {
    return 0;
} ```
fallow spruce
#

A) What is byte D0
B) "Zero out to the given 0x35". What is that suppposed to mean?

rocky valve
verbal radishBOT
#

This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.

verbal radishBOT
#

This question thread is being automatically marked as solved.