chirping78 commented on issue #16235: URL: https://github.com/apache/nuttx/issues/16235#issuecomment-2814381183
> What is the opcode after disassemble? Are the instructions after using xtensa-esp32s3-elf-objdump consistent with those shown in gdb? @anchao updated the main post with `disassemble /r` which shows the opcode. Here is the objdump output, you can see that it shows the same result as gdb: ``` 4201a234 <cmd_uname>: 4201a234: 02e136 entry a1, 0x170 4201a237: 060c movi.n a6, 0 4201a239: 506132 s32i a3, a1, 0x140 4201a23c: 025d mov.n a5, a2 4201a23e: 063d mov.n a3, a6 4201a240: 001306 j 4201a290 <cmd_uname+0x5c> 4201a243: c22200 quou a2, a2, a0 4201a246: 27571c9f ee.vmulas.s8.accx.ld.ip.qup q6, a9, 0x1c0, q4, q2, q5, q7 4201a24a: 713037 bltu a0, a3, 4201a2bf <cmd_uname+0x8b> 4201a24d: 70d975 call12 4208afe4 <_etext+0x68137> ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org