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
  • True (but see below); but it does accurately report the number of cycles consumed - and, if you have correctly configured the clock frequency setting, it will convert this to the corresponding time value.

    I think there is (now) an option to restrict certain things to "real time"...?

Reply
  • True (but see below); but it does accurately report the number of cycles consumed - and, if you have correctly configured the clock frequency setting, it will convert this to the corresponding time value.

    I think there is (now) an option to restrict certain things to "real time"...?

Children