• Wrong simulation time for Dallas DS89C420 ?
    Hi, here is code: void float_test( void ) { int a; float f; f=4.44; for(a=0; a<100; a++) f *= f/2.25; } I use simulator for simulating execution time of shown function. When I select...
  • Wrong simulation time for Dallas DS89C420 ?
    Hi, here is code: void float_test( void ) { int a; float f; f=4.44; for(a=0; a<100; a++) f *= f/2.25; } I use simulator for simulating execution time of shown function. When I select...
  • 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...
  • 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...
  • uVision: Dallas MicroLAN 1-Wire simulation
    Is there a Dallas MicroLAN 1-Wire simulation available for use in the uVision simulator?