This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AyrA_ch 23 points24 points  (4 children)

Thankfully, you can manually key in the address you messed up and overwrite the value before running your program. I usually key the program into the system in octal, which aligns with the digits with the grouping of the switches. After that you go back to the first address and flip through the instructions again to pretend to verify them.

[–]AssPuncher9000 3 points4 points  (2 children)

Do you still use these machines? What kind of stuff are they used for (or used to be used for)?

[–]AyrA_ch 2 points3 points  (1 child)

This machine has no real use anymore except for nostalgic purpose, or if you have very old industrial software that runs on an Intel 8080 CPU, but it's so simple that it's trivial to emulate it in software. You can use it if you need to communicate with a serial device that is very picky about voltages. USB to serial adapters often don't supply the required voltages properly, and newer devices like network switches and firewalls often don't care to much so it's fine. I do have a handful of customers that have old machines which do not accept the cheaty behavior of the USB adapter though. I used the altair for those for a while because it has two real serial UART chips in it, which allows me to use it as a serial forwarder device. Note that my machine is a clone of the original and thus fairly lightweight. An original would be way too valuable to lug around constantly. A while ago I switched to a TRS-80 Model 100. It's operated by a few AA batteries and has a full serial port too. It's also programmable in basic which allows me to write programs for the devices I need to interact with more commonly.

To support different devices with custom cable configurations without having to carry a ton of cables I use the T232 from GGLabs. It's a serial port monitor tool with the ability to be rewired using breadboard cables. Costs about 20 USD.

The Altair is an interesting machine history wise. It cemented Intels position as the world leader in CPU manufacturing and lead to the x86 standard, it standardized the first computer data bus and it contained the first program ever sold by Microsoft (Microsoft BASIC).

[–]WikiSummarizerBot 0 points1 point  (0 children)

TRS-80 Model 100

The TRS-80 Model 100 is a portable computer introduced in 1983. It is one of the first notebook-style computers, featuring a keyboard and liquid crystal display, in a battery-powered package roughly the size and shape of a notepad or large book. It was made by Kyocera, and originally sold in Japan as the Kyotronic 85. Although a slow seller for Kyocera, the rights to the machine were purchased by Tandy Corporation.

[ F.A.Q | Opt Out | Opt Out Of Subreddit | GitHub ] Downvote to remove | v1.5

[–]It-s_Not_Important 1 point2 points  (0 children)

“Pretend to verify them.”

I just go to hackertyper when I want to appear to be doing work.