en:docs:bios:api:int15:00

Note: This IBM PC BIOS API call is for DOS/Win16 personality only. Use Family API for portability.

Note: osFree Macro Library provides macros for most of functions

2022/03/13 05:41 · prokushev · 0 Comments

Int 15H, AH=00H

Version

IBM 5150 and IBM 4860 only

Brief

Turn on tape drives motor

Family API

none

Input

  • AH = 00h

Return

  • CF set on error
    • AH = 86h no cassette present
  • CF clear if successful

Macro

INCLUDE BIOS.INC
 
@TapeOn

Notes

Note