AsmPub

AsmPub is a script that allows you to build documents from comments in assembler programs.
Download

AsmPub Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jeff Owens
  • Publisher web site:
  • http://linuxasmtools.net/

AsmPub Tags


AsmPub Description

AsmPub is a script that allows you to build documents from comments in assembler programs. AsmPub is a script that allows you to build documents from comments in assembler programs. AsmPub has two modes. In mode 1 comments are extracted from source files if they are identified with special markers. The comments are moved to a output file with minimal processing. This mode can be modified somewhat by using command line parameters. AsmPub's second mode is designed for libraries. It can separate each comment block, identity a title, sort by type and title, number each section, build a index file, and do other processing. Usage: asmpub < switches > -o < name > target Where: < switches > can be:-c(n) - comment character used in source files example: -c; for ";" character -c# for "#" characterNote: no spaces can separate a -x flag and associated value. thus, -r 2 is illegal. Shells assume some characters have special meaning and need to be told to ignore them. Thus, the -c; parameter must be quoted as '-c;'-f1 = format 1 (normal)-f2 = format 2 (library) (see below)-i = write index file, uses -o switch to get path and appends extension of .index-k = show sort key in index-n = number sections in index and title lines-r(n) = recurse to depth (n)default=current dir (-r1)-r = recurse all directories-r2 = recurse to a depth of 2-s = sort sections where < name > can be: -o(name) = base name for index and output files:Note: output file is stored in current directory if full path is not provided. No space between -o and (name). < target > can be: path to start search with optional file mask. example: /home/sam/project/


AsmPub Related Software