|
|
|
|
|
by userbinator
4307 days ago
|
|
It's always nice to see just how far people have taken the C64's extremely limited hardware; one thing that's surprising to many is that the floppy drive contains a CPU identical to the one in the main unit. The rest of his site is very interesting too - I think some of his other articles have made it onto HN before. I like that he has a series of articles on obfuscated programming: http://www.linusakesson.net/programming/obfuscation.php ...and below that, another series titled "sane programming": http://www.linusakesson.net/programming/index.php His demos are worth watching too. |
|
I don't know of other applications but there has been a Mandelbrot program that used the processor in the floppy as a co-processor.
The C64 has a 6510 processor and the 1541 floppy has a 6502. As far as I remember the only difference are 4 additional IO ports that the 6510 has and that the C64 uses for (memory) bank switching. So for computational purposes the processors are identical.