We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i have a ST-52 SIMULATOR when i program it, i need to do te following procedure. 1. E.asm 2. x8051 E.asm ---->e.OBJ 3. link -q -c E.OBJ -X----->E.TSK 4. COPY E. TSK COM1:/B HOWEVER, I WANT TO USE keILC51 to develpe my program. but it just can generate a HEX file. how can i change the HEX file to TSK file? any other method can i download the program to the simulator? pls help moveover, does any one know the ST-52 can perform step by step debugger function?
uVision comes with its own simulator, so why bother?
I think perhaps Raymond is talking about his "emulator" not "simulator". Usually you load absolute object file to the emulator, which is the file without extension if you use Keil uVision.
"I think perhaps Raymond is talking about his 'emulator' not 'simulator'." It'd be a pretty poor Emulator if it couldn't do step-by-step ("single-step") debugging!