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.
Interrupt 21h, Record Functions (FCB)
                                             Up Contents Index Back
──────────────────────────────────────────────────────────────────────────────
 
     Interrupt 21h──Record Functions (FCB)
 
     You can perform all the functions below more easily with functions
     available in DOS 2.0 and later. The services below are documented
     so you can analyze code written for earlier version of DOS.
 
     Function     Name
 
     14h          Sequential Read
     15h          Sequential Write
     21h          Random Read
     22h          Random Write
     24h          Set Relative Record Number
     27h          Random Block Read
     28h          Random Block Write
 
     See also: FCB Description
                                    -♦-