beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 140

background image

5-20 Utility Descriptions

D U M P

DUMP is a utility that dumps out the contents of memory or the contents
of a file.

Syntax

dump filename [offset] [length]

dump /address [length]

Remarks

filename

The name of the file to dump.

offset

The offset into the file in hexadecimal to start dumping from.

length

The length of bytes to dump (in hexadecimal).

address

The hexadecimal address in memory to start dumping from.

Examples

Dump myfile.txt 0 20

This will dump the first 20 hex bytes of MYFILE.TXT