Lack of forum activity
Lack of forum activity
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?"
---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"
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
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
-
Brian_Lyons
- Posts: 14
- Joined: 28 Nov 2004
- Location: Toronto, Canada
Brian_Lyons wrote:
Yesterday was the first time I burned eproms since early May.
Sam
---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"
---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"
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).
Daryl
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!).
Oh, and the pre-programmed program I'm thinking of is something like this:
Code: Select all
.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?"
---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"