-->
Page 1 of 1

What options are included in the CPU used in the ESP8266

PostPosted: Mon May 09, 2016 7:17 pm
by GeoffL
I've been trying to find out more about the CPU thats in the ESP8266. Do you know whats been included in the CPU ie:

What options, as listed in "4.1Overview of Options" of the "Xtensa Instruction Set Architecture (ISA) (http://0x04.net/~mwk/doc/xtensa.pdf) Reference Manual (http://0x04.net/~mwk/doc/xtensa.pdf) " are included in the L106/106Micro that is in the ESP products?

Re: What options are included in the CPU used in the ESP8266

PostPosted: Thu May 12, 2016 2:47 am
by rsaxvc
I haven't seen this documented, but what works on many processors is writing a really simple assembler - just read a new instruction in hex in the console, print the current register state, execute it, and print the next register state. Then you can explore at least the instruction set options.