Object oriented design in the first 16-bit processor?(en.wikipedia.org) |
Object oriented design in the first 16-bit processor?(en.wikipedia.org) |
I know that there was OO hype, but 1981 seems kind of early. I also know that OO means many, many things. What does it mean here, if anything?
> Each system object has a type field which is checked by microcode, such that a Port Object cannot be used where a Carrier Object is needed. User programs can define new object types...
If there are no microcode bugs, this should theoretically mean full safety and lack of unexpected behavior. But unlike Java with JIT, they were always checking every access - no wonder it turned out to be so slow...
[0] https://en.wikipedia.org/wiki/Intel_iAPX_432#Object-oriented...