home *** CD-ROM | disk | FTP | other *** search
- ;fixif.sub FIX IF.COM
- ;1/12/87 Copyright 1987, Logic Associates, Chicago
- ;Roy Lipscomb Not to be sold. For free distribution only.
- ;
- ;This submit file will patch IF.COM (v3.0) to make it operate even
- ;when console output has been disabled by ECHO3.COM.
- ;
- ;The patched version of IF.COM produced by this submit file will be named
- ;IFX.COM.
- ;
- ;(IF.COM is one of the modules of SUPERMT3.LBR. The latter is a batch-
- ;language extension that brings BASIC-like capabilities to most batch
- ;processors, including SUBMIT, EX15, SUPERSUB, and others. SUPERMIT is
- ;distributed free by many RCP/Ms and computer clubs, or can be ordered from
- ;Logic Associates.)
- ;
- ;The patching procedure is as follows:
- ;
- ; [] Copy the following files to drive A:
- ;
- ; IF.COM
- ; FIXIF.SUB (this file)
- ; DDT.COM
- ; SUBMIT.COM
- ; XSUB.COM
- ;
- ; [] Type-- A:<cr> where "<cr>" is carriage return.
- ;
- ; [] Type-- SUBMIT FIXIF
- ;
- ; [] When the job finishes, consult the "IMPORTANT" note displayed
- ; at the end of the job.
- ;
-
- XSUB
-
- DDT IF.COM
- a8b8
- mov b,a
- mov a,d
- sub h
- mov a,b
- .
- S883
- 2
- .
- s843
- 4
- .
-
- G0
- SAVE 9 IFX.com
-
- ;***********************************
- ;========> IMPORTANT!!! <==========
- ;
- ;Is "OE" to the left of "2" above?
- ;And is "0A" to the left of "4"?
- ; If NO, discard IFX.COM.
- ; If YES, discard IF.COM and use
- ; IFX.COM from now on.
- ; (end)