home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug079.ark / MODEM7X.BUG < prev    next >
Encoding:
Text File  |  1984-04-29  |  603 b   |  25 lines

  1.             MODEM7X.BUG
  2.  
  3.  
  4. The following bug was found in MODEM73 and MODEM74.  It may
  5. be in previous versions also, but I didn't look.  Make the
  6. change, upgrade to MODEM731 and MODEM741 - and add the follow-
  7. ing change notice to the prologue. The added code is in lower
  8. case.
  9.  
  10.     
  11. ;12/16/81 Removed stack imbalance bug at COLONB by adding
  12. ;      a JMP BRK1. Change is marked by ;@   R. L. Plouffe
  13.  
  14.  
  15.  
  16.  
  17. COLONB:    CPI    LF        ;IF NO FRONT PANEL, THEN..
  18.     JNZ    BRK1    ;..TYPE ":" AFTER EACH LINE FEED..
  19.     MVI    A,':'    ;..WHEN MEMORY SAVE ACTIVE.
  20.     CALL    TYPE
  21.     jmp    brk1    ;@
  22.     ;
  23. NOSAVEB:POP    PSW    ;RESTORE IT
  24.     JMP    BRK1
  25.