|
Topview SimulatorProgram EditingThe simulator sports a powerful built-in editor to support program entry operations. It can call an external compiler or assembler software and pass the edited program to it for compiling or assembling. The compiler / assembler output can be captured and viewed along with your input program in editor. Also viewing the list file (coming out of assembler) by the side of input assembly / C file enables you to view the details of error and the location. You can easily correct input file errors before compiling / assembling it again. Useful feature when troubleshooting the program. There is an optional facility to load the assembled program into the specified Program memory. Benefit: Saves time during debugging phase. Compiler Settings for SDCC and Keil Compilers.
|
|