• [8051] Use keil-C simulator and debug problem?
    Dear all, my code is listed as below, my 8051 is Cast R8051XC2 sbit LED_FPGA_LED7=P1^0; sbit LED_FPGA_LED6=P1^1; sbit LED_FPGA_LED5=P1^2; sbit LED_FPGA_LED4=P1^3; sbit LED_FPGA_LED3=P0^0; sbit...
  • [8051] Use keil-C simulator and debug problem?
    Dear all, my code is listed as below, my 8051 is Cast R8051XC2 sbit LED_FPGA_LED7=P1^0; sbit LED_FPGA_LED6=P1^1; sbit LED_FPGA_LED5=P1^2; sbit LED_FPGA_LED4=P1^3; sbit LED_FPGA_LED3=P0^0; sbit...
  • 8051 simulation
    Can Cx51 simulate 8051 chip (memory, port,..)? If possible, can it simulate with asm code?? If impossible, does keil have tools to do this? Thanks.
  • 8051 simulation
    Can Cx51 simulate 8051 chip (memory, port,..)? If possible, can it simulate with asm code?? If impossible, does keil have tools to do this? Thanks.
  • about 8051 simulator
    I have downloaded u-vision4 simulator for doing simulation programs for AT89C51.In the updated version we have the logic analyser.when we generate square wave in any pin of the port can we able to see...