IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operatorsBYTE2 Second byteBYTE2 Second byteIn this section: Precedence1DescriptionBYTE2 takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the middle-low byte (bits 15 to 8) of the operand.ExampleBYTE2 0x12345678 –> 0x56