IAR Embedded Workbench for RISC-V 3.40IAR AssemblerAssembler operatorsDescription of assembler operators|| Logical OR|| Logical ORIn this section: Precedence 14Description|| or OR performs a logical OR between two integer operands.Example1010B || 0000B –> 1 0000B || 0000B –> 0