HP25 RAM
|
09-02-2021, 01:42 AM
(This post was last modified: 09-02-2021 01:44 AM by teenix.)
Post: #3
|
|||
|
|||
RE: HP25 RAM
As Tony Duell mentioned in the Forum article, you will have to implement serial data flow for instruction decoding to read and write RAM.
Clear Data Registers c -> data address c -> data data -> C c -> data register n (Where n can be RAM address 0 - 15) data register n -> c (Where n can be RAM address 0 - 15) These all have to be structured inside the 56 bit instruction cycles. (around 320uS) The data bus can be driven by the ARC or RAM chips The C register is normally active on the data bus unless a RAM read takes place You will have to interface the new circuit to work in a 6 volt environment. A PIC processor for example has a maximum voltage rating which (sort of) allows 6V operation but is not recommended to operate above 5.5V. To avoid throwing the dice of chance, a better choice would be a high voltage tolerant input type or creating an interface. There is some info on instruction flow in my Classic Notes document. http://teenix.org/ClassicNotes.pdf cheers Tony |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP25 RAM - Alexanderpentagon - 09-01-2021, 07:44 PM
RE: HP25 RAM - Dave Frederickson - 09-02-2021, 12:29 AM
RE: HP25 RAM - teenix - 09-02-2021 01:42 AM
RE: HP25 RAM - Alexanderpentagon - 09-02-2021, 05:35 AM
RE: HP25 RAM - dmh - 09-02-2021, 03:42 AM
RE: HP25 RAM - Alexanderpentagon - 09-02-2021, 06:59 PM
|
User(s) browsing this thread: 3 Guest(s)