|
|
|
|
|
by Elrac
3439 days ago
|
|
I don't have detailed knowledge on how UNISYS microcode works, but I was told that addition was implemented as subtraction of the negated number. So the "real" implemented instruction was subtraction, while addition wasn't directly implemented. The "fixup", meanwhile, is just flipping all the bits, and this can be achieved, I suppose, more quickly than adding-with-carry over 36 bits. |
|