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 1ah (26) set disk transfer address (dta)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 1Ah (26)        Set Disk Transfer Address (DTA)

    Sets the Disk Transfer Address (DTA).

       On entry:      AH         1Ah
                      DS:DX      Address of DTA

       Returns:       Nothing

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

       Notes:         DOS supplies a default DTA of 128 bytes at offset
                      80h in the Program Segment Prefix (PSP).

                      Reserve sufficient buffer area; DOS will detect and
                      abort disk transfers that would wrap around within
                      the segment or fall off the end of the current
                      segment.

                      This function is used with the FCB Read and FCB
                      Write file operations. It is also used with the
                      "Find First" and "Find Next" functions, both Handle
                      and FCB.

See Also: 2Fh

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