This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

c51 :the CPU Timing of simulator

the origin 8051 is 12 clock cycles a machine cycles.

but my mcu is slilab.

most instructions execute in the same number of clock cycles as there are program bytes in the instruction

the design of the simulator conseider this ?

i think not.

Parents
  • the origin 8051 is 12 clock cycles a machine cycles.

    but my mcu is slilab.

    most instructions execute in the same number of clock cycles as there are program bytes in the instruction

    the design of the simulator conseider this ?

    why do you care? The simulator does not run real time anyhow.

    Erik

Reply
  • the origin 8051 is 12 clock cycles a machine cycles.

    but my mcu is slilab.

    most instructions execute in the same number of clock cycles as there are program bytes in the instruction

    the design of the simulator conseider this ?

    why do you care? The simulator does not run real time anyhow.

    Erik

Children