User`s guide

Table Of Contents
4–70 User Commands
User Commands
flsave
flsave
The flsave command writes a memory range to a file.
Format
flsave file_name start_address file_size
Parameters
file_name
Specifies the name of the file to be created with the data. If no drive or path is
specified, the file is created in the default working directory.
start_address
Specifies the address in memory to start writing to the file.
file_size
Specifies the size in bytes of the file to write.
Description
The flsave command writes a section of memory to a file. The file name can specify
a drive and path.
Example
AlphaPC164> flsave test.txt 300000 34526
High Density selected
Saving range 0x300000 to 0x334525 to file test.txt
AlphaPC164> flsave b:\test.txt 300000 34526
High Density selected
Saving range 0x300000 to 0x334525 to file b:\test.txt