The Apple II Source Code for the LOGO Language Found #VintageComputing
Adafruit visited the history of the LOGO “turtle graphics” language not long ago.
Now on Twitter, folks have found the source code for the MIT LOGO program used on Apple II computers, later licensed to Terrapin. Source on GitHub.
It turns out that the program was written on a big iron Digital Equipment Corporation (DEC) PDP-10 mainframe running the Incompatible Timesharing System (ITS). The code is dated September 4th, 1980.
The code is in 6502 assembly and the program works the whole Apple II memory map for functionality. The code was built by a cross assembler which came from the DECUS user group and originally ran on the DEC’s proprietary TOPS-10 operating system. It runs on ITS by way of a TOPS-10 system call emulator.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Some comments:
– This is MIT’s Logo, later licensed to Terrapin.
– LCSI Logo is another implementation, licensed to Apple.
– PDP-10 is not a minicomputer, but a big iron mainframe.
Actually, the PDPs (the whole line, including the PDP-10) were indeed mini-computers. That is how they were known as and marketed by DEC. That does not mean they were small by 21st century standards. It means they were smaller and way cheaper than the truly big iron mainframe made by IBM and others. in the late 70s-early 80s the computer categories tended to be, in decreasing order of size/price: mainframe, mini, micro.
In case you want to see/relive what Apple II Logo looked like, here’s a video of it running on the Apple II GS:
https://www.youtube.com/watch?v=mttyoaspa7U
Some comments:
– This is MIT’s Logo, later licensed to Terrapin.
– LCSI Logo is another implementation, licensed to Apple.
– PDP-10 is not a minicomputer, but a big iron mainframe.
Actually, the PDPs (the whole line, including the PDP-10) were indeed mini-computers. That is how they were known as and marketed by DEC. That does not mean they were small by 21st century standards. It means they were smaller and way cheaper than the truly big iron mainframe made by IBM and others. in the late 70s-early 80s the computer categories tended to be, in decreasing order of size/price: mainframe, mini, micro.