(no title)
phkamp | 5 months ago
It processes 64bit data and 64 bit type information about that data in parallel, in hardware.
It is also object oriented in hardware, there is no linear address space or VM-tree,
Three left in the world, plus one mostly empty chassis.
My Covid19 project was writing a software emulation of it, starting from 400 pages of schematics, because the instruction set is not documented.
And yes, I'm way behind on documenting it, because I also have a life :-)
quietbritishjim|5 months ago
Wow, it's hard for me to imagine a CPU with such high level instructions. Were these per-process, like virtual memory on a modern processor? Or was there only expected to be one executable running on the machine at a time?
> My Covid19 project was writing a software emulation of it,
Where did you get to? Do you have a link?
TheOtherHobbes|5 months ago
So it's not that the ADA primitives were baked directly into TTL.
It's somewhat related to the Itanium model where the compiler generates a Very Long Instruction Word.
Microcode is a standard way of implementing CISC, but this machine took it further than usual.
shawn_w|5 months ago