Changeset 66 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Dec 6, 2010, 7:09:51 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/File.inc
r51 r66 2 2 ; Project name : Assembly Library 3 3 ; Created date : 8.10.2010 4 ; Last update : 10.10.20104 ; Last update : 6.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : File library defines. … … 31 31 32 32 33 ; Max number of bytes to read/write per DOS call when transferring DX:CX bytes 34 SPLIT_SIZE_FOR_LARGE_TRANSFERS EQU (32<<10) 35 36 33 37 %endif ; FILE_INC
Note:
See TracChangeset
for help on using the changeset viewer.