• 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] 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...
  • 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...
  • 8051 Peripheral Simulation
    Hello, I use Keil uvision evaluation tool to work with both ARM and 8051 processors. My problem is that while working with 8051, I am not able to simulate the on chipe peripherals. In fact, while...
  • Simulation of 8051
    Hello, I am doing a special school atm ("Techniker", if it is familiar with you), in wich one of the subjects is "Microcomputers". Since the learning material is extreamly old, i have to learn basic...