6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Nov 17, 2024 7:45 am

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Lack of forum activity
PostPosted: Mon Sep 12, 2005 3:31 am 
Offline

Joined: Wed Jul 20, 2005 11:08 pm
Posts: 53
Location: Hawaii
Recently, I have been continuiosly checking the 6502.org Forum for new messages, but for at least a week I haven't been seeing any orange messages or cagegories. What's going on?

_________________
Sam

---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Sep 12, 2005 4:08 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1748
Location: Sacramento, CA
It's not uncommon for this forum to have low traffic periods. I've been on it for several years and have seen this before.

I have not been as active lately either. I am slowly working on CF storage solutions and ethernet solutions. I hope to be able to post some results in the near future.

Don't give up... things will pick up!

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Sep 12, 2005 5:49 pm 
Offline

Joined: Sun Nov 28, 2004 3:21 pm
Posts: 14
Location: Toronto, Canada
For many of us, the weather outside is still great - sunshine & high 80s today.

Things will likely pick up in forum when vacations are over :( , it gets cold out :( , and there are fewer daylight hours for outside activities :( .

Yesterday was the first time I burned eproms since early May.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 13, 2005 2:19 am 
Offline

Joined: Wed Jul 20, 2005 11:08 pm
Posts: 53
Location: Hawaii
Brian_Lyons wrote:
Yesterday was the first time I burned eproms since early May.

I personally prefer EEPROMs. They can easily be written in real-time (in fact, I have ideas in my head for a customizable workbench system that has a reset vector that points to $E000 that jumps to a monitor so I can easily program the ROM from the system).

_________________
Sam

---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 13, 2005 12:50 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1748
Location: Sacramento, CA
asmlang_6 wrote:
I personally prefer EEPROMs. They can easily be written in real-time (in fact, I have ideas in my head for a customizable workbench system that has a reset vector that points to $E000 that jumps to a monitor so I can easily program the ROM from the system).


Check out my SBC Monitor. It has exactly what you described. I use the W command to write data from RAM to EEPROM. It relocates the "write"code into RAM (inside the keyboard buffer). You have to do that as the EEPROM will not be ready for the next CPU fetch cycle and the CPU will go off into never-never land (been there, done that!).

Daryl


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Sep 13, 2005 4:52 pm 
Offline

Joined: Wed Mar 24, 2004 6:32 pm
Posts: 59
Location: Bay Area, CA
Hm.

I've been messing with the AVR instead.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Sep 14, 2005 3:31 am 
Offline

Joined: Wed Jul 20, 2005 11:08 pm
Posts: 53
Location: Hawaii
8BIT wrote:
You have to do that as the EEPROM will not be ready for the next CPU fetch cycle and the CPU will go off into never-never land (been there, done that!).

On the 2865 (my favorite EEPROM, which I don't have!), there is a READY//BUSY line on the EEPROM. It would probably work to hook up the RDY/BSY line to the RDY line on the 6502.

Oh, and the pre-programmed program I'm thinking of is something like this:

Code:
.ORG $E000
NOP
BRK #$00
NOP
RESET_VECTOR: $E000
NMI__OR_BRK_ON_THE_65C816__VECTOR: address_of_monitor

_________________
Sam

---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"


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

All times are UTC


Who is online

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