1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
cmddump(1) cmddump(1)
[1mName[0m
cmddump - simulated TRS-80 CMD file loader
[1mSyntax[0m
[1mcmddump [4m[22m[flags][24m [4minfile[24m [4m[outfile[24m [4mstartbyte[24m [4mnbytes][0m
[1mDescription[0m
[1mcmddump [22mdisplays information about TRS-80 DOS binary (command) files.
It takes an optional set of [4mflags[24m (described below), an input /cmd
file, and an optional [4moutfile[24m, an optional starting offset of [4mstartbyte[0m
into the /cmd file, and an optional [4mnbytes[24m number of bytes to dump.
Non-flag arguments must be given in the order shown. If the optional
arguments are given, the given byte range is dumped from the simulated
memory after loading.
[1mOptions[0m
[1m-d [22mprint detailed map; same as -m, but don't coalesce
[1m-i [4m[22mn[24m select ISAM entry [4mn[24m (0x notation OK)
[1m-m [22mprint running load map as file is parsed, coalescing adjacent
blocks (implies -t) (default)
[1m-p [4m[22mfoo[24m select PDS entry [4mfoo[24m (padded to 8 bytes with spaces)
[1m-q [22mquiet; turns off -t, -m, -d, -s (later flags can override)
[1m-s [22mprint summary load map after file is parsed
[1m-t [22mprint text of module headers, pds headers, patch names, and
copyright notices
[1m-x [22mignore anything after the first transfer address
[1mAuthor[0m
[1mcmddump [22mwas written by Timothy Mann. This man page was generated by
Branden Robinson from comments in the source code.
[1mSee also[0m
[4mxtrs[24m(1)
See the LDOS Quarterly, April 1, 1982 (Vol 1, No 4), for documentation
of the TRS-80 DOS /cmd file format. It is available on the Web at
http://www.tim-mann.org/misosys.html.
2001-02-22 cmddump(1)
|