IDE Window: Assembler

From Free Pascal wiki
Revision as of 16:43, 29 June 2012 by Martin (talk | contribs)
Jump to navigationJump to search


Important

You must setup the debugger and start the project to debug it. Only then this window will be useful.

Assembler

Assembler.png

Shows an assembler view of the current code. This can be used with the Registers window.

Data displayed

Address
Hex dump
Asm statement
The output depends on your CPU
Pascal lines
If pascal sources are available, then they are shown in front of their asm representation.

Interface

Vertical Srollbar
The vertical scrollbar behaves different from normal scrollbars. Since the assembly data may continue to an unknown extend in both directions, there is no fixed range. Move and hold the slider in either direction to scroll. The further you move the slider from the center position the faster the scroll. If released the slider returns to the center.
debugger power.png Power
menu stepinto instr.png Step over or into (one asm instruction)
menu stepover instr.png Step over or into (one asm instruction)
debugger current line.png Return to current address
callstack show.png Goto custom address
laz copy.png Copy to clipboard

Assembler popup.png

  • TODO

Using the same or different keys for pascal and asm stepping

  • TODO

Improve speed using the power button

  • TODO


See Also