Reputation: 1
When microprocessor gets started, how does it know that its program counter (PC) has to be loaded with address FFFF0h? If it's pre-programmed then please let me know that how is it programmed to fetch that address.
Upvotes: 0
Views: 28
Reputation: 30834
It depends on the microprocessor. Most microprocessors reset the program counter to zero when the reset pin is activated. Either way it's built into the firmware (if appropriate) or circuitry (otherwise) of the processor.
Upvotes: 0