Ski IA-64 Simulator Reference Manual 1.0L
isyms [filename ]
Write internal symbols to the screen or to the file given by filename . See “Symbol Table Commands” on page
load filename [args]+
Prepare for
pj [address]
Jump the Program Window display to the specified address. If no address is given, the window display changes to the previous location, providing a handy way to swap the display between two different parts of the program. See “Summary of Program Window Commands” on page
pa
Display the program in assembly language format only.
pb [count]
Move the Program Window backward count
pd starting_address ending_address [filename ]
Dump memory to the screen or to the file given by filename . The range dumped is between starting_address and ending_address inclusive. The dump is formatted as disassembled instructions, without source code. See “Summary of Program Window Commands” on page
pf [count]
Move the Program Window forward count
pm
Display an
quit [return_value_for_shell]
Quit the simulator. If no return_value_for_shell is given, a zero value is returned to the shell. Return values are use- ful in shell script programming. See “Quitting Ski” on page
run
Simulate the program. Using the C language argc/argv mechanism, Ski will pass the program a copy of the com- mand line parameters Ski received on its command line, or, if specified, the command line parameters provided with the load and iaload commands. See “Program Execution” on page
rest filename
Restore the state of a simulated processor from the specified file and prepare to resume a suspended simulation. Only the registers and memory of the simulated processor are restored; state information private to the simulator such as cycle counts is not restored. See “Saving and Restoring the Simulator State” on page
rf [count]
Moves the Register Window “forward” (scroll down) through the
Copyright © 2000 |