On 09/28/2014 07:02 AM, Paul Koning wrote:
It can. There?s a PDP-10 port of GCC, and there is a
C for the CDC 6600. I would agree that C for an IBM 1620 would be a bit more of a
challenge.
I don't think you could implement C for a 1620. At least the 6000 was a
binary machine and even had a fixed word length. The 1620 has neither
boolean operations, nor shifts. AFAIK, that's not optional in C.
--Chuck