Changeset 66 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Dec 6, 2010, 7:09:51 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Added File Library functions for reading and writing more than 64kbytes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/File.inc

    r51 r66  
    22; Project name  :   Assembly Library
    33; Created date  :   8.10.2010
    4 ; Last update   :   10.10.2010
     4; Last update   :   6.12.2010
    55; Author        :   Tomi Tilli
    66; Description   :   File library defines.
     
    3131
    3232
     33; Max number of bytes to read/write per DOS call when transferring DX:CX bytes
     34SPLIT_SIZE_FOR_LARGE_TRANSFERS  EQU     (32<<10)
     35
     36
    3337%endif ; FILE_INC
Note: See TracChangeset for help on using the changeset viewer.