In This Book

You can use the `va function to refer to a speci￿c code location in any command that calls for a location speci￿er. Consider the following examples:

break

`va(00001FCC)

Sets a breakpoint on a speci￿c

 

 

machine address.

goto

`va(1FCC)

Transfers control to a speci￿c

 

 

machine address.

You can also use the describe command with the `va function. For example:

describe -location `va(1FCC)

Finds the source statement that

 

corresponds to a code location.

Saving Assembly Code in a File

To save assembly code in a ￿le for printing or viewing, redirect output of the dump command using the following syntax:

dump -from address -to address -instruction >￿lename

You can determine address values from the Assembly Display window.

8-16 Debugging in Special Situations