Results 1 to 2 of 2

Thread: int 21H function 7305

  1. #1
    lek_70
    Guest

    int 21H function 7305

    hey does anyone of you ever heard functin 7305H in INT 21H?? if so, how to use it??Thanks.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    From Ralph Brown's interrupt list :
    Windows95 - FAT32 - EXTENDED ABSOLUTE DISK READ/WRITE
    AX = 7305h
    CX = FFFFh
    DL = drive number (01h=A:, etc.)
    SI = read/write mode flags (see #01791)
    DS:BX -> disk I/O packet (see #02548 at INT 25)
    Return:CF clear if successful
    CF set on error
    AX = error code

    Note: One can not specify the default drive (DL=00h) for this function.

    See Also: AX=7302h - AX=7304h - INT 25 - INT 26


    Bitfields for Extended Absolute Disk Read/Write mode flags:

    Bit(s) Description (Table 01791)
    0 direction (0=read, 1=write)
    12-1 reserved (0)
    14-13 write type (should be 00 on reads).
    00 unknown data.
    01 FAT data.
    10 directory data.
    11 file data
    15 reserved (0)
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width