Blame | Last modification | View Log | Download | RSS feed
.TH plist 1.SH NAME.B plist \- list contents of output files generated by AS.SH SYNTAX.B plist[ option(s) ] [ file(s) ].SH DESCRIPTIONPLIST is a program to list the contents of code output files generated byAS, a cross assembler for a variety of microprocessors and -controllers.PLIST takes only one argument: the name of the file to list. If [ name ]does not have an extension, the default extension '.p' will be addedautomatically. The output consists of a single line for each record inthe file, listing the target processor, target address space, number ofcode/data bytes, and start/stop address. Note that the difference betweenthe start and stop address need not equal the number of bytes, since thereare target processors whose memory is not bytewise-organized. The recordsthat specify entry address and file creator have a different layout andtherefore have a little bit different look in PLIST's output.PLIST accept multiple file arguments; processing of several files can bedone with a single call..SH COMMAND-LINE PARAMETERSTo suppress the copyright message and reduce output to the necessaryminimum, add the command line argument.TP.B -q or -quiet.SH NATIONAL LANGUAGE SUPPORTplist supports national languages in the same way as AS. See the manualpage for asl(1) for more information about this..SH RETURN CODES.B plistmay return with the following codes:.TP.B 0no errors..TP.B 1incorrect command line parameters..TP.B 2I/O-error..TP.B 3An input file had an incorrect format..SH EXAMPLESTo list the contents of a code file.B file1.p,use:.PP.B plist file1.PPThere aren't more meaningful examples, as PLIST does not haveany command line parameters..SH TIPSIf PLIST is started without any argument, it will prompt for a file's name..SH SEE ALSOasl(1), pbind(1), p2hex(1), p2bin(1).SH HISTORYPLIST originally appeared as an AS tool in 1992, written inBorland-Pascal, and was ported to C and UNIX in 1996..SH BUGSThere are too few options..SH AUTHOR(S)Alfred Arnold (alfred@ccac.rwth-aachen.de)