Crossware

Table of Contents        Previous topic       Next topic       

Source Level View

The simulator and the debugger can operate in source level mode or disassembler mode.

In source level mode the actual source code for the program is displayed and as you step through the program the line of source code being executed is indicated and the Step Into command will step to the next line of source code.

In disassembler mode, the machine instructions are disassembled and displayed as assembler code.  The assembler instruction being executed is indicated and the Step Into command will step to the next machine instruction.