Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 0dh (13) disk reset</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 0Dh (13)        Disk Reset

    Flushes all file buffers.

       On entry:      AH         0Dh

       Returns:       Nothing

  --------------------------------------------------------------------------

       Notes:         This function flushes all file buffers but does not
                      close files. To ensure that the proper length of a
                      changed file is recorded in the disk directory, use
                      one of the two Close File Functions (10h or 3Eh).

See Also: 10h 3Eh

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson