
"Back in the 80s, the Commodore C-64 had an intelligent floppy drive, the 1541, i.e. an external unit that had its own CPU and everything. The C-64 would send commands to the drive which in turn would then execute them on its own, reading files, and such, then send the data to the C-64, all over a propriatory serial cable. The manual for the 1541 mentioned, besides the commands for reading and writing files, that one would read and write to its internal memory space. Even more exciting was that one could download 6502 code into the drive's memory and have it executed there. This got me hooked and I wanted to play with that - execute code on the drive. Of course, there was no documention on what code could be executed there, and which functions it could use."
Very interesting. I'm most interested in how he describes others taking his work, and making it better. This would be impossible today, thanks to Microsoft, Apple, and other patent trolls.
Member since:
2005-11-16
By "usable" I didn't mean technically possible, I meant practical in real world use.
I remember a BBC DTP app where only the part of the document on screen was stored in memory, and the rest moved to and from virtual memory in real time as it was scrolled through. I doubt that something as fast, efficient and usable as that was could have been achieved with the painfully slow 1541.
Edited 2011-07-19 15:14 UTC