diff --git a/docs/en/api-guides/ulp_instruction_set.rst b/docs/en/api-guides/ulp_instruction_set.rst index 71d35d83a0..2a6e6d7077 100644 --- a/docs/en/api-guides/ulp_instruction_set.rst +++ b/docs/en/api-guides/ulp_instruction_set.rst @@ -336,9 +336,9 @@ Note that when accessing RTC memories and RTC registers, ULP coprocessor has low **Examples**:: - 1: MOVE R1, R2 //R1 = R2 >> R3 + 1: MOVE R1, R2 //R1 = R2 - 2: MOVE R1, 0x03 //R1 = R2 >> 0x03 + 2: MOVE R1, 0x03 //R1 = 0x03 3: .set value1, 0x03 //constant value1=0x03 MOVE R1, value1 //R1 = value1