How exactly x86 processor fetches the first instruction from SPI flash memory
On a x86 processor upon power ON of the system , the first instruction the processor usually execute is at 0xFFFFFFF0
which is called reset vector. Typically this address is in the BIOS or flash memory where BIOS is stored.