Changeset 67 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm


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/LibraryTests.asm

    r60 r67  
    22; Project name  :   Assembly Library
    33; Created date  :   27.6.2010
    4 ; Last update   :   22.11.2010
     4; Last update   :   7.12.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Tests for Assembly Library.
     
    3131LibraryTests_Start:
    3232    CALL_DISPLAY_LIBRARY InitializeDisplayContext
    33     CALL_DISPLAY_LIBRARY ClearScreen
     33    mov     ax, SCREEN_BACKGROUND_CHARACTER_AND_ATTRIBUTE
     34    CALL_DISPLAY_LIBRARY ClearScreenWithCharInALandAttrInAH
    3435
    3536    ;call   LibraryTests_Sort
Note: See TracChangeset for help on using the changeset viewer.