mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Fix comments in ULP MOVE instruction examples
Merges https://github.com/espressif/esp-idf/pull/2992
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user