Home » xyzzy » Tower » Microcomputer History
Microcomputer History [message #93728] Tue, 11 May 2021 16:03 Go to next message
Wayne Parham is currently offline  Wayne Parham
Messages: 18669
Registered: January 2001
Illuminati (33rd Degree)

We talk about tube radios here on AudioRoundTable.com from time to time. Those are definitely vintage pieces of electronics history. But it occurs to me that early microprocessors and microcomputers are too. And since I still have a lot of those eight-bit microcomputers and chips from the 1970s and 1980s, I decided it might be worthwhile to do write-ups on some of them.

So I started out with the Synertek Systems Sym-1. Click the link if you're interested in the early years of microprocessors:
Re: Microcomputer History [message #93729 is a reply to message #93728] Tue, 11 May 2021 17:01 Go to previous messageGo to next message
Rusty is currently offline  Rusty
Messages: 1075
Registered: May 2018
Location: Kansas City Missouri
Illuminati (2nd Degree)
How was old code written? I mean, was it strictly typed out one character at a time? It would seem an incredibly tedious job. Thus these days are there automated shortcuts in this procedure? It still would seem mind numbing. It must take a certain type of person to do this. Reminds me of a summer job I had at an aftermarket truck light manufacturer. The worst job was sitting at a machine crimping wire leads on to a component. I'd go into a trance almost. Don't know how I kept my fingers from being crimped to the wires.
Re: Microcomputer History [message #93730 is a reply to message #93729] Tue, 11 May 2021 17:19 Go to previous messageGo to next message
Wayne Parham is currently offline  Wayne Parham
Messages: 18669
Registered: January 2001
Illuminati (33rd Degree)

Well, yes and yes. On some of the most primitive computers, the code is entered one character (or half-character 'nibble') at a time and, yes, it's incredibly tedious. Which was one of the main early goals or programmers in the early days - to develop languages and operating systems that made programming less tedious.

When you enter code that way, it's called machine code, binary or object code. You are talking directly in the computer's language. You might tell the computer to get the contents of a memory location, load into a temporary place called a register, test the contents (like for equality, less than or greater than) and jump somewhere else in the program if the condition was met. Or maybe you'd load contents from memory, add to contents or another memory and store somewhere else.

Each instruction is one-byte code (in a machine like these), so for example, in the 6502 microprocessor, the load instruction is decimal 169 or hexadecimal A9. Microcomputer guys think in hexadecimal. Lots of minicomputer guys think in octal and that same load instruction is 251 in octal. So to program in machine code, you hand-enter a bunch of numbers in sequence. That's your program.

Next level up would be assembly language. In that case, you don't have to know the number of each opcode. You can call it by name, or actually by a "shorthand" abbreviation we call a mnemonic. That A9 load code I just described is called LDA in assembly language, the mnemonic for Load Accumulator. You can also label memory locations instead of calling them out by numbers. So it's one level of abstraction above machine code, not much above, just barely.

Then above that would be languages like BASIC or C. Those are more "human-readable" and require an interpreter or compiler to translate the program into machine code for the computer to be able to act upon.
Re: Microcomputer History [message #93766 is a reply to message #93730] Thu, 13 May 2021 20:39 Go to previous messageGo to next message
gofar99 is currently offline  gofar99
Messages: 1895
Registered: May 2010
Location: Southern Arizona
Illuminati (5th Degree)
Hi, The first computers I got to work on used machine code...what a pain. Then SPS, Fortran, and Basic. One of the computers occupied a room about 100 X 100 feet. It had a huge bank of tape drives and disk drives (the size of dishwashers). They said it had a megabyte of memory. They used it to compute big time serious science stuff..like planatery ordits and satellite data. As I recall it was Burroughs. The machine they let us use most was an IBM 1620. My phone can run circles around any of them by about a factor of 1,000,000 or so. Rolling Eyes

Good Listening
Bruce
Re: Microcomputer History [message #96013 is a reply to message #93728] Thu, 22 September 2022 13:59 Go to previous messageGo to next message
Wayne Parham is currently offline  Wayne Parham
Messages: 18669
Registered: January 2001
Illuminati (33rd Degree)

I love those old multi-platter disk drives. And you're right that they were the size of washing machines. Shook like a washing machine too during rapid disk seek operations. They usually had a large linear motor that moved the heads, and by large, I mean 100 pounds or so. Enough force they could break your arm if it went into emergency retract while you were aligning the heads. So you had to be careful how you adjusted the heads, where you pushed them as you tightened the set screw.

Love the old 9-track tape drives too. Especially the Data General 6026, which used vacuum columns as tape tensioners. It was a beautiful drive. Loved to watch 'em jerk into motion, to seek, retrieve data and return back to BOT.

Quick update - I have created pages on the following computers:
Just finished the Altair page so that reminded me to come back here and mention it. The Altair page talks about "the old days" and it also has a "build" section with links to places to buy parts. It even has a link to a page that documents the entire build process.
Re: Microcomputer History [message #96017 is a reply to message #96013] Thu, 22 September 2022 20:44 Go to previous messageGo to next message
gofar99 is currently offline  gofar99
Messages: 1895
Registered: May 2010
Location: Southern Arizona
Illuminati (5th Degree)
Neet stuff. I rememner those disk drives. I almost bought one in a Phoenix surplus store for $25. I just could not figure a way to get it home. It was probably every bit of 250 pounds.

Good Listening
Bruce
Re: Microcomputer History [message #96020 is a reply to message #96017] Fri, 23 September 2022 14:06 Go to previous messageGo to next message
Wayne Parham is currently offline  Wayne Parham
Messages: 18669
Registered: January 2001
Illuminati (33rd Degree)

You're right that the disk drive cabinet would have been at least 250 pounds. Those multi-platter pack drives had huge transformers for the power supply and a linear motor that was 100 pounds, all by itself. And a fairly large support structure in the cabinet to support all that. So they were pretty meaty boxes.

Back in the day, I considered experimenting with using one of the linear motors from a Data General Zebra disk drive as a big subwoofer. But at 100 pounds, I just never "got around to it." Laughing


/forum/index.php?t=getfile&id=3269&private=0Linear motor that positions the heads (with shipping head lock in place)

/forum/index.php?t=getfile&id=3268&private=0Data General 6061 Zebra Disk Drive
Re: Microcomputer History [message #96024 is a reply to message #96020] Sat, 24 September 2022 20:40 Go to previous message
gofar99 is currently offline  gofar99
Messages: 1895
Registered: May 2010
Location: Southern Arizona
Illuminati (5th Degree)
Hi, That looks a lot like the one I was going to buy. Huge and heavy.

Good Listening
Bruce
Previous Topic: Paintings come to life
Next Topic: Rotary dial cell phone (kit)
Goto Forum:
  


Current Time: Thu Mar 28 04:05:30 CDT 2024

Sponsoring Organizations

DIY Audio Projects
DIY Audio Projects
OddWatt Audio
OddWatt Audio
Pi Speakers
Pi Speakers
Prosound Shootout
Prosound Shootout
Smith & Larson Audio
Smith & Larson Audio
Tubes For Amps
TubesForAmps.com

Lone Star Audiofest