*------------------------------- * Multiple Speed Modem Driver *------------------------------- * 3/18/88 AEN *------------------------------- lst off rel dsk rel/multispd cr EQU $0d lf EQU $0a data equ $c088 status equ $c089 command equ $c08a control equ $c08b initstr equ $11d0 ansstr equ $11c0 cdbyte equ $11bf multispd ent ;(Start) org $e00 *------------------------------- * jump table slot dfb $20 ;serial card slot initspd db 0 ;init speed callspd db 0 ;speed of call bytcnt db 0,0,0 JMP init JMP ringset JMP ring JMP answer JMP hangup JMP inp JMP out JMP chkdcd jmp setspd jmp raisedtr jmp dummy jmp dummy dummy rts *------------------------------- * init the serial card init LDA #0 ;reset bytes LDX slot STA status,x ;reset uart STA command,x ;reset command clc txa adc #