Performance of the 8088 on PC, PCjr, and Tandy 1000

It’s well-known that you should measure the performance of your code, and not rely only on the opcode’s “cycle counts”.

But how fast is an IBM PC 5150 compared to a PCjr? Or to a Tandy 1000? Or how fast is the Tandy 1000 HX in fast mode (7.16Mhz) compared to the slow mode (4.77Mhz)? Or how fast is a nop compared to a cwd?

I created a test (perf.asm) that measures the performance of different opcodes and run it on different Intel 8088 machines. I run the test multiple times just to make sure the results were stable enough. All interrupts were disabled, except the Timer (of course). And on the PCjr the NMI is disabled as well.

There’s no point in any of these benchmarks, but that doesn’t make them any less interesting.

9 Comments

  1. 2018-06-30 9:46 pm
  2. 2018-07-01 6:41 am
    • 2018-07-01 6:49 am
  3. 2018-07-01 8:08 am
  4. 2018-07-02 8:44 am
  5. 2018-07-02 4:40 pm
    • 2018-07-02 4:53 pm