- #1
nothing909
- 170
- 4
Homework Statement
What does the | symbol mean in assembly? I've been learning C and I've just recently started learning assembly. In C, the | symbol is a bitwise OR, but what does it mean in assembly?
Code:
mov.w #WDTPW|WDTHOLD, &WDTCTL
What does the | symbol mean in assembly? I've been learning C and I've just recently started learning assembly. In C, the | symbol is a bitwise OR, but what does it mean in assembly?