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

ID 730783
Date 4/11/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.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 is helpful when the instruction pointer enters a function for which it does not have the source.

Follow these steps to launch the disassembly view:

  1. Navigate to Activity Bar > CALL STACK.
  2. Right-click on the item in CALL STACK and click Open Disassembly View.
    Figure 144. Turn On 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 steps into the line that you have set the breakpoint, you can observe the change in the Registers view.

Figure 145. Disassembly View with Register View