6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Tue May 14, 2024 2:35 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Tue Aug 26, 2003 6:59 pm 
Offline

Joined: Tue Aug 26, 2003 6:57 pm
Posts: 4
Does anyone know the first address the 6502 goes to upon power up? I looked through 2 different data sheets to no avail.

Thanks in advance.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Aug 26, 2003 7:18 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1686
Location: Sacramento, CA
Jim,

The 6502 will read two addresses ($FFFC &FFFD) and jump to the address stored in them.

Example:
FFFC: 00 (low byte)
FFFD: FF (high byte)

Upon RESET, the 6502 will read $FFFC &FFFD then jump to $FF00 to begin execution.

Similarly, the value at $FFFE & FFFF are used for the IRQ jump vector and $FFFA & FFFB are used for the NMI jump vector.

Cheers!

Daryl


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: