qa.hlp (Table of Contents; Topic list)
Int 15H Function 03H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Write Cassette      [PC]
 
  Writes one or more 256-byte blocks of data from memory to the cassette tape
  drive.
 
  Input                                     Output
  ══════════════════════════════            ══════════════════════════════
  AH=03H                                    If function successful
  CX=number of bytes to write               Carry flag=clear
  ES:BX=segment:offset of buffer            CX=00H
                                            ES:BX=segment:offset + 1 of
                                                  last byte written
                                            If function unsuccessful
                                            Carry flag=set
                                            AH=status
                                               80H if invalid command
                                               86H if cassette not present
                                    -♦-