Order of micro-instructions

May 29, 2013 at 1:24am
I'm writing an assembly language simulator in C++ based on the tenenbaum architecture and I need to know the order in which micro-instructions execute since it's important. Here are the micro-instructions:

 
  Abus, Bbus, Cbus, Alatch, Blatch, Shifter, Amux, ALU, mPC++, Load MIR


Any help on what/why regarding the order is greatly appreciated.
Topic archived. No new replies allowed.