Click here to Skip to main content
15,908,673 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Memories... Pin
Rick York21-May-18 9:41
mveRick York21-May-18 9:41 
GeneralRe: Memories... Pin
Kornfeld Eliyahu Peter21-May-18 9:48
professionalKornfeld Eliyahu Peter21-May-18 9:48 
GeneralRe: Memories... Pin
CodeWraith21-May-18 9:59
CodeWraith21-May-18 9:59 
GeneralRe: Memories... Pin
Kornfeld Eliyahu Peter21-May-18 10:11
professionalKornfeld Eliyahu Peter21-May-18 10:11 
GeneralRe: Memories... Pin
Rick York21-May-18 10:21
mveRick York21-May-18 10:21 
GeneralRe: Memories... Pin
kalberts21-May-18 10:43
kalberts21-May-18 10:43 
GeneralRe: Memories... Pin
Daniel Pfeffer21-May-18 11:38
professionalDaniel Pfeffer21-May-18 11:38 
GeneralRe: Memories... Pin
CodeWraith21-May-18 12:01
CodeWraith21-May-18 12:01 
Member 7989122 wrote:
Some of the early 8-bit CPUs had only 8 address lines, yet addressed 64K: The most significant 8 bits where sent out first, and one clock cycle later, the least significant 8 bits followed on the same lines. I believe some (quasi) 16-bit CPUs used similar methods for transferring 16 bit data values over 8 data lines.
Multiplexing, the CPU I'm building this memory board for does this with the address bus. It may have been a blessing back then, but it certainly made everything more interesting for me now.

Latching the upper 8 address bits is easy to do, but some I/O chips from the CPU's family want to latch and decode the address lines themselves. The interrupt controller, for example, hogs 4k precious memory space for its registers, but would only need about 32 bytes if the address lines were properly decoded externally. Back in the day this may have helped to build small systems without much glue logic, but today it makes a proper design hard to realize.

Still, these and other microcontrollerish features made it the first CPU in space. It's low power requirements, being CMOS, may also have helped.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: Memories... Pin
Rick York21-May-18 10:06
mveRick York21-May-18 10:06 
GeneralRe: Memories... Pin
Kornfeld Eliyahu Peter21-May-18 10:22
professionalKornfeld Eliyahu Peter21-May-18 10:22 
GeneralRe: Memories... Pin
Rick York21-May-18 10:31
mveRick York21-May-18 10:31 
GeneralRe: Memories... Pin
kalberts21-May-18 11:27
kalberts21-May-18 11:27 
GeneralRe: Memories... Pin
Rick York21-May-18 11:45
mveRick York21-May-18 11:45 
QuestionRe: Memories... Pin
kalberts22-May-18 7:28
kalberts22-May-18 7:28 
AnswerRe: Memories... Pin
Rick York22-May-18 8:01
mveRick York22-May-18 8:01 
GeneralRe: Memories... Pin
kalberts22-May-18 8:49
kalberts22-May-18 8:49 
GeneralRe: Memories... Pin
CodeWraith21-May-18 9:53
CodeWraith21-May-18 9:53 
GeneralRe: Memories... Pin
Rick York21-May-18 10:16
mveRick York21-May-18 10:16 
GeneralRe: Memories... Pin
OriginalGriff21-May-18 10:02
mveOriginalGriff21-May-18 10:02 
GeneralRe: Memories... Pin
Rick York21-May-18 10:18
mveRick York21-May-18 10:18 
GeneralRe: Memories... Pin
kalberts21-May-18 11:00
kalberts21-May-18 11:00 
GeneralRe: Memories... Pin
Rick York21-May-18 11:49
mveRick York21-May-18 11:49 
GeneralRe: Memories... Pin
Kornfeld Eliyahu Peter21-May-18 10:42
professionalKornfeld Eliyahu Peter21-May-18 10:42 
PraiseRe: Memories... Pin
Daniel Pfeffer21-May-18 9:06
professionalDaniel Pfeffer21-May-18 9:06 
GeneralRe: Memories... Pin
CodeWraith21-May-18 9:55
CodeWraith21-May-18 9:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.