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


Ignore:
Timestamp:
Mar 15, 2013, 1:38:58 AM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Update of the copyright notices to include the year 2013.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/LibraryTests.asm

    r376 r526  
    1 ; File name     :   LibraryTests.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   27.6.2010
    4 ; Last update   :   7.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Tests for Assembly Library.
    73;                   This file should not be included when using the library on
    8 ;                   some other project.     
     4;                   some other project.
    95
    106;
    11 ; XTIDE Universal BIOS and Associated Tools 
    12 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7; XTIDE Universal BIOS and Associated Tools
     8; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
    139;
    1410; This program is free software; you can redistribute it and/or modify
     
    1612; the Free Software Foundation; either version 2 of the License, or
    1713; (at your option) any later version.
    18 ; 
     14;
    1915; This program is distributed in the hope that it will be useful,
    2016; but WITHOUT ANY WARRANTY; without even the implied warranty of
    2117; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    22 ; GNU General Public License for more details.     
     18; GNU General Public License for more details.
    2319; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    2420;
    25        
     21
    2622; Include .inc files
    2723%define INCLUDE_MENU_DIALOGS
     
    4541;--------------------------------------------------------------------
    4642ALIGN JUMP_ALIGN
    47 LibraryTests_Start: 
     43LibraryTests_Start:
    4844    CALL_DISPLAY_LIBRARY InitializeDisplayContext
    4945    mov     ax, SCREEN_BACKGROUND_CHARACTER_AND_ATTRIBUTE
     
    8884    mov     BYTE [si+MENUINIT.bInfoLines], TEST_MENU_INFO_LINES
    8985    mov     WORD [si+MENUINIT.wHighlightedItem], 1
    90    
     86
    9187    mov     ax, 10000 / 55  ; 10 seconds
    9288    CALL_MENU_LIBRARY StartSelectionTimeoutWithTicksInAX
     
    331327    jnz     .ProgressTaskWithParamInDSSI
    332328    ret
    333    
    334    
     329
     330
    335331
    336332ALIGN WORD_ALIGN
     
    426422    call    PrintHorizontalRuler
    427423    call    PrintVerticalRuler
    428    
     424
    429425    mov     al, COLOR_ATTRIBUTE(COLOR_BRIGHT_WHITE, COLOR_BLACK)
    430426    CALL_DISPLAY_LIBRARY SetCharacterAttributeFromAL
     
    557553.szFar:
    558554    db  "Far",NULL
    559    
     555
    560556.RepeatChar:
    561557    mov     si, .szRepeat
Note: See TracChangeset for help on using the changeset viewer.