⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plist.1

📁 万能汇编工具
💻 1
字号:
.TH plist 1.SH NAME.B plist \- list contents of output files generated by AS.SH SYNTAX.B plist[ file name ].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 in the file, listing the target processor, target address space, number of code/data bytes, and start/stop address.  Note that the difference between the 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 does not accept multiple file arguments; processing of several filesmust be done with individual calls..SH COMMAND-LINE PARAMETERSnone..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)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -