6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri Nov 15, 2024 1:25 pm

All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Thu Apr 28, 2005 9:25 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8541
Location: Southern California
> Any chance of a quick sketch of that single step button schematic Garth?

Unfortunately I don't have any way to post or E-mail it, but I could fax it or snail-mail it. I'll need an address or fax number. You can PM or E-mail me privately if you don't want to broadcast this info.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat May 07, 2005 10:03 pm 
Offline
User avatar

Joined: Thu Mar 11, 2004 7:42 am
Posts: 362
The shortest 6502 ROM sequence that loops that I know of is:

$FFFB $4C
$FFFC $FB
$FFFD $FF

When a RESET occurs, the vector at $FFFC (low byte) and $FFFD (high byte) is loaded into the PC (Program Counter) register. So execution starts with the code at $FFFB, which is simply a JMP $FFFB. Assuming there are no NMIs, the remaining ROM contents do not matter. You could also modify a NOP generator to generate $4C rather than $EA and achieve a similar effect.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 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: