Ashling* RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide

ID 730783
Date 7/26/2024
Public
Document Table of Contents

3.6.4. Disassembly View with Registers View/ Stepping into assembler functions

Disassembly view allows you to observe your program as it is disassembled. This view is helpful when the instruction pointer enters a function for which it does not have the source.

To launch the disassembly view, go to Window > Show View > Disassembly.

Figure 32. Disassembly View

To debug using the disassembled code in the Disassembly view, set a breakpoint at the line you wish to pause. Once the debugger step into the line that you have set the breakpoint, you can observe the change in the Registers view.

Figure 33. Disassembly View with Register View