Keil™, An ARM® Company

µVision® User's Guide

SAVE

SyntaxDescription
SAVE path filename addr1, addr2Saves the address range addr1 to addr2 to filename in HEX386 format.

The SAVE command saves a memory image to filename. The file is saved in HEX386 format. The contents of memory from addr1 to addr2 are saved. The contents of this file may later be loaded into the µVision3 debugger using the LOAD command.

Note

  • You cannot save the internal RAM of the 8051 and 251 from I:0x80 to I:0xFF.

Related Knowledgebase Articles