Changeset 67 in xtideuniversalbios for trunk/Assembly_Library/Src/File


Ignore:
Timestamp:
Dec 9, 2010, 5:14:25 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Forgot to update SI on new File Read and Write functions.
  • Screen clearing function now accepts any character and attribute.
  • Menu library now accepts CR,LF combination as line feed. Previously only LF,CR worked properly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/File/FileIO.asm

    r66 r67  
    178178    call    bp                      ; Transfer function
    179179    jc      SHORT .ErrorOccurredDuringTransfer
     180    add     si, SPLIT_SIZE_FOR_LARGE_TRANSFERS
    180181    dec     dx
    181182    jnz     SHORT .TransferNextBytes
Note: See TracChangeset for help on using the changeset viewer.