Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

apoo(1x) [debian man page]

APOO(1x)																  APOO(1x)

NAME
apoo - An Assembly course aid SYNOPSIS
apoo DESCRIPTION
This manual page documents briefly the apoo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in /usr/share/doc/apoo. apoo A virtual machine (a CPU) created for teaching purposes. All the programs are written in Python and are very easy to extend to incorporate new assembly-like pseudo-intuctions. A TK-based interface is provided, to help debugging or just examining the execution of programs. Another program permits a tutor to create exercises and write conditions to grade the students solutions. AUTHOR
This manual page was written by Rogerio Reis <rvr@ncc.up.pt>, for the Debian GNU/Linux system (but may be used by others). APOO(1x)

Check Out this Related Man Page

PROGEN(1)						      General Commands Manual							 PROGEN(1)

NAME
progen - create project files for tmake(1) SYNOPSIS
progen [options] [C/C++ header/source files] DESCRIPTION
This manual page documents briefly the progen command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below. The progen(1) utility creates tmake(1) project files. OPTIONS
-h, --help Show summary of options. -lower Lower-case letters in filenames (useful on Windows). -n name Specify a project name (TARGET). -o file Write output to file instead of stdout. -t file Specify a template file. EXAMPLE
The progen(1) utility can be used like this: progen -n hello -o hello.pro If no .cpp or .h files are specified on the command line, progen(1) searches for .cpp and .h (except moc_*.cpp) in the current directory and below. SEE ALSO
The full documentation for progen is maintained as an HTML manual, located in /usr/share/doc/tmake/html/, and is available through dhelp(1), Debian's help system. AUTHOR
This manual page was written by Dwayne C. Litzenberger <dlitz@dlitz.net>, for the Debian GNU/Linux system (but may be used by others). January 12, 2000 PROGEN(1)
Man Page