[squeak-dev] 1401 Emulator?

Hans-Martin Mosner hmm at heeg.de
Sun May 18 13:03:58 UTC 2014


Am 18.05.2014 09:49, schrieb Casey Ransberger:
> Original context mercilessly scrubbed for brevity. 
>
> I've *always* wanted to play with punched cards. Never ran across a machine that read them, though. Then I saw this thread...
>
> Okay so in the last week I had an itch to emulate something. I was thinking 6502, and spent a bit of time reading up on the architecture, but I haven't written any code yet, which leads me to...
>
> Did anyone ever do the 1401 emulator?
>
> --Casey
I have done a (somewhat incomplete) 8080 emulator to run space invaders in Squeak a loooong time ago. It wasn't a pure
interpreter but did some sort of trace compiling to Smalltalk methods so its speed was somewhat usable even on my slow
PowerPC Mac where I ran Squeak at the time. Nowadays it should be no issue to just run a simple emulator at original
processor speeds.
But of course, with punched cards a mainframe/minicomputer emulator might be more appropriate. Micros have rarely been
used in conjunction with punched cards AFAIK.

Cheers,
Hans-Martin


More information about the Squeak-dev mailing list