home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol112 / signon-1.arc / BYEX.MAC
Encoding:
Text File  |  1985-02-10  |  512 b   |  22 lines

  1. title    byex.mac  version 1.0
  2. ;    BYEX.MAC, part of the SIGNON Subsystem by Dick Lieber
  3. ;    Refer to SIGNON.DOC for details
  4. ;
  5. ;    This is the interface for returning to bye from
  6. ;    the SIGNON Subsytem exit program EXIT.BAS
  7. ;
  8. ;    EXIT.BAS is normally executed as BYE.COM
  9. ;
  10. ;    Thanks to Ben Bronson for the byex scheme used in RBBSEXIT.BAS
  11.  
  12. ;    byeloc is set to the runtime starting address of your BYExx.ASM
  13. ;    program
  14.  
  15.  
  16. byeloc    equ    0f800h
  17.  
  18.     entry    byex
  19.  
  20. byex:    jmp    byeloc
  21.     end
  22.