I am running Windows XP on an Intel x86 computer and I received an error in the instruction in memory location 0x00000001.
I'm not worried about debugging the error, but I was interested to know which instructions would usually be located in the simplest state of memory.
The only processors on which I wrote low-level code are PIC microcontrollers, and I know that the first memory location will be GOTO, and then the interrupt vectors.
source
share