home *** CD-ROM | disk | FTP | other *** search
- .name
- BitOp
- .type
- Programming Utility
- .aminet-dir
- dev/misc
- .short
- Bit tool; dec-hex-bin conv; calc
- .description
- A tool for creating/editing bitmasks. Also converts dec-hex-bin. And can
- be used as a calculator. Performs AND, OR, EOR, ADD, SUB, MUL, DIV, NOT,
- NEG, and SL/SR on any one or two numbers.
- .version
- 2.2
- .date
- 1995.01.29
- .author
- John Corigliano
- .email
- jcorig@strauss.udel.edu
- .docs
- BitOp.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "BitOp" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool bitopv2.2.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool bitop.doc TEXT
- endif
-
- if $choice EQ "3"
- bitop
- endif
-