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 21h Function 24h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   21h     Function:   24h
 
  Title:       Set Relative-Record Number
 
  See also:    Set File Pointer
 
  Description:
 
     Sets the relative-record-number field of a file control block
     (FCB) to correspond to the current file position as recorded in
     the opened FCB.
 
     Input                          Output
 
     AH = 24h                       AL is destroyed (other registers
     DS:DX = segment:offset of      not affected)
             previously opened
             file control block     FCB relative-record field (offset
                                    21h) updated
                                    -♦-