File: part3-3.txt

package info (click to toggle)
intelhex 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 3,200; makefile: 86; sh: 15
file content (18 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Script ``hex2dump.py``
***********************
This is a script to dump a hex file to a hexdump format. It is a frontend for
``dump`` function in ``IntelHex`` class.
::

    Usage:
        python hex2dump.py [options] HEXFILE

    Options:
        -h, --help              this help message.
        -r, --range=START:END   specify address range for dumping
                                (ascii hex value).
                                Range can be in form 'START:' or ':END'.

    Arguments:
        HEXFILE     name of hex file for processing (use '-' to read
                    from stdin)