Changeset 116 in xtideuniversalbios for trunk/Assembly_Library/Src/File
- Timestamp:
- Feb 26, 2011, 11:55:06 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/File/Directory.asm
r41 r116 1 ; File name : Directory.asm2 1 ; Project name : Assembly Library 3 ; Created date : 3.9.20104 ; Last update : 6.9.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for accessing directories. 7 3 … … 70 66 push dx 71 67 72 xor dx, dx ; Default drive (00h)73 mov ah, GET_CURRENT_DIRECTORY68 mov ah, GET_CURRENT_DIRECTORY ; GET_CURRENT_DIRECTORY = 47h 69 cwd ; Default drive (00h) 74 70 int DOS_INTERRUPT_21h 75 71 … … 131 127 ; Directory_UpdateDTAForNextMatchUsingPreviousParameters 132 128 ; Parameters: 133 ; Nothing (Parameters from previous call to 129 ; Nothing (Parameters from previous call to 134 130 ; Directory_UpdateDTAForFirstMatchForDSSIwithAttributesInCX are used) 135 131 ; Returns:
Note:
See TracChangeset
for help on using the changeset viewer.