Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 1Ah Function 80h
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   1Ah     Function:   80h
 
  Title:       Set Sound Source
 
  Description:                                                      [PC]
 
     Sets up the source for tones that will appear on the PCjr's "Audio
     Out" or RF modulator. This function is supported on the PCjr only.
 
     Input                                     Output
 
     AH = 80h                                  None
     AL = Sound source
        = 00h (if 8253 programmable timer,
              channel 2)
        = 01h (if cassette input)
        = 02h (if "Audio In" line on I/O
              channel)
        = 03h (if sound generator chip)
                                    -♦-