6

I see many references to a paper by Andrew Tanenbaum that demonstrated the vast majority of constants would fit into 13-bits, and I seem to recall it being in my university text on CPU design. However, I can't find a reference to it. Does anyone have a pointer?

Maury Markowitz
  • 19,803
  • 1
  • 47
  • 138

1 Answers1

7

Andrew Tanenbaum wrote two papers about operand encoding, instruction sizes, and the representations of structured programming constructs, which sounds like what you’re looking for: Implications of structured programming for machine architecture (Communications of the ACM, March 1978) and Efficient encoding of machine instructions (ACM SIGARCH Computer Architecture News, June 1979).

Stephen Kitt
  • 121,835
  • 17
  • 505
  • 462