diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/nm80.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/v10/man1/nm80.1')
| -rw-r--r-- | static/v10/man1/nm80.1 | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/static/v10/man1/nm80.1 b/static/v10/man1/nm80.1 deleted file mode 100644 index ba9a0422..00000000 --- a/static/v10/man1/nm80.1 +++ /dev/null @@ -1,85 +0,0 @@ -.th NM80 1 03/01/77 -.sh NAME -nm80 \*- print name list -.sh SYNOPSIS -.bd nm80 -[ -.bd \-cnrupgfabdth -] -[ name ] -.sh DESCRIPTION -.it Nm80 -prints the symbol table from the output file of an -assembler or loader run. -Each symbol name is preceded by its value (blanks if undefined) -and one of the letters: -.s1 -\fBU\fR (undefined) -.br -\fBA\fR (absolute) -.br -\fBT\fR (text segment symbol) -.br -\fBD\fR (data segment symbol) -.br -\fBB\fR (bss segment symbol) -.br -\fBF\fR (file name) -.br -\fBC\fR (common symbol) -.s3 -If the symbol is local (non-external) -the type letter is in lower case. -The output is sorted alphabetically. -.s3 -If no file is given, the symbols in -.bd 80.out -are listed. -Absolute symbols have their values printed in octal. -Non-absolute symbols are assumed to be addresses -and are printed in a "low byte:high byte" format. -.s3 -Options are: -.s3 -.lp +4 4 -\fB\-a\fR list only absolute symbols -.s3 -.lp +4 4 -\fB\-b\fR list only bss symbols -.s3 -.lp +4 4 -\fB\-c\fR list only C-style external symbols, that is -those beginning with underscore `\*_'. -.s3 -.lp +4 4 -\fB\-d\fR list only data symbols -those beginning with underscore `\*_'. -.s3 -.lp +4 4 -\fB\-f\fR print only the file names. -.s3 -.lp +4 4 -\fB\-g\fR print only global (external) symbols -.s3 -.lp +4 4 -\fB\-n\fR sort by value instead of by name -.s3 -.lp +4 4 -\fB\-p\fR don't sort; print in symbol-table order -.s3 -.lp +4 4 -\fB\-r\fR sort in reverse order -.s3 -.lp +4 4 -\fB\-t\fR list only text symbols -those beginning with underscore `\*_'. -.s3 -.lp +4 4 -\fB\-u\fR print only undefined symbols. -.s3 -.lp +4 4 -\fB\-h\fR print output in hex. -.i0 -.sh FILES -80.out -.sh BUGS |
