home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / switch.zip / SWITCH.MSG < prev   
Internet Message Format  |  1988-09-25  |  1KB

  1. From: cgs@umd5.umd.edu (Chris Sylvain)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: switch, demonstrates how to read command line switches
  4. Date: 24 Sep 88 11:01:04 GMT
  5. Summary: switch.arc, demonstrates how to read command line switches
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. SWITCH demonstrates one way to read single-letter switches from the
  9. command line.  The command line switches are received by the program
  10. from the program segment prefix (PSP) beginning at offset 80h.  The
  11. executable and assembly source are supplied.
  12.  
  13. The program uses a single memory word (one bit per switch) to store
  14. information for 16 switches, assumed to be /A through /P.  All switches
  15. are treated as toggles.  The code commenting, wording of printing
  16. messages and some of the code itself have been changed in a number of
  17. places.
  18.  
  19. This is one of three programs, being posted consecutively to this
  20. newsgroup, that was written using MASM 5.0 by Hardin Brothers for the
  21. April 1988 issue of PC Resource magazine, (C) Copyright 1988 by IDG
  22. Communications/Peterborough, Inc.
  23.  
  24. Hardin Brothers is a freelance programmer and technical writer. Write
  25. to him at 280 N. Campus Ave., Upland, CA  91786. Enclose a self-
  26. addressed, stamped envelope for a reply.
  27.