On setting breakpoint using the command, Break.set function
And the breakpoint is set at the start of the function. We want to get the address of the breakpoint.
How can we get the address of the breakpoint?
On setting breakpoint using the command, Break.set function
And the breakpoint is set at the start of the function. We want to get the address of the breakpoint.
How can we get the address of the breakpoint?
Break.List
opens a window which shows all breakpoints
sYmbol.RANGE(<symbol>)
can be used to get the address (range) of a symbol, e.g.
AREA
PRINT sYmbol.RANGE(<symbol>)