Search found 1 match
- Sun Apr 13, 2025 1:15 am
- Forum: ESP-IDF
- Topic: ESP32 S3 PIE inline assembly
- Replies: 1
- Views: 195
ESP32 S3 PIE inline assembly
I am using ESP IDF in VS Code. How can I get the compiler to recognize the extended instruction set for inline assembly. Regular assembly instructions it can compile, but not the extended instruction set. I also have no problem with compiling assembly code in .S files, but I do not want to call ...