home *** CD-ROM | disk | FTP | other *** search
- ; QT43EFX1.Z - Patch to fix True Ymodem send problem in QTERM v43E
- ;
- ; Author: Mike Freeman; 301 N.E. 107th Street; Vancouver, WA 98685;
- ; Telephone (206)574-8221; Internet freeman@watsun.cc.columbia.edu
- ;
- ; This file, when compiled with ZSM and patched over QTERM.COM (version
- ; 43E) will fix a bug which causes QTERM v43E to fail to send files
- ; via True Ymodem protocol properly. This patch was suggested by QTERM's
- ; author, David Goodenough. When the patch is applied, MODEM7 batch transfers
- ; will no longer work.
- ; To patch QTERM.COM (v43E): Extract QTERM.COM from QTERM43E.LBR, then:
- ; A>ZSM QT43EFX1.Z
- ; A>ZPATCH QTERM.COM QT43EFX1.O
- ; and voila, you have QTERM.COM with the bug fixed!
- ; Note: ZSM.COM and ZPATCH.COM may be obtained from ZSM23.LBR or QTZP.LBR.
- ; -- Mike Freeman K7UIJ -- 12-May-1991
- ;
- .org 0x29c9
- ld a,(0x672d)
- or a
- nop