Changeset 526 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm
- Timestamp:
- Mar 15, 2013, 1:38:58 AM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/LibraryTests.asm
r376 r526 1 ; File name : LibraryTests.asm2 1 ; Project name : Assembly Library 3 ; Created date : 27.6.20104 ; Last update : 7.12.20105 ; Author : Tomi Tilli6 2 ; Description : Tests for Assembly Library. 7 3 ; This file should not be included when using the library on 8 ; some other project. 4 ; some other project. 9 5 10 6 ; 11 ; XTIDE Universal BIOS and Associated Tools 12 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by 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. 13 9 ; 14 10 ; This program is free software; you can redistribute it and/or modify … … 16 12 ; the Free Software Foundation; either version 2 of the License, or 17 13 ; (at your option) any later version. 18 ; 14 ; 19 15 ; This program is distributed in the hope that it will be useful, 20 16 ; but WITHOUT ANY WARRANTY; without even the implied warranty of 21 17 ; 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. 23 19 ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 24 20 ; 25 21 26 22 ; Include .inc files 27 23 %define INCLUDE_MENU_DIALOGS … … 45 41 ;-------------------------------------------------------------------- 46 42 ALIGN JUMP_ALIGN 47 LibraryTests_Start: 43 LibraryTests_Start: 48 44 CALL_DISPLAY_LIBRARY InitializeDisplayContext 49 45 mov ax, SCREEN_BACKGROUND_CHARACTER_AND_ATTRIBUTE … … 88 84 mov BYTE [si+MENUINIT.bInfoLines], TEST_MENU_INFO_LINES 89 85 mov WORD [si+MENUINIT.wHighlightedItem], 1 90 86 91 87 mov ax, 10000 / 55 ; 10 seconds 92 88 CALL_MENU_LIBRARY StartSelectionTimeoutWithTicksInAX … … 331 327 jnz .ProgressTaskWithParamInDSSI 332 328 ret 333 334 329 330 335 331 336 332 ALIGN WORD_ALIGN … … 426 422 call PrintHorizontalRuler 427 423 call PrintVerticalRuler 428 424 429 425 mov al, COLOR_ATTRIBUTE(COLOR_BRIGHT_WHITE, COLOR_BLACK) 430 426 CALL_DISPLAY_LIBRARY SetCharacterAttributeFromAL … … 557 553 .szFar: 558 554 db "Far",NULL 559 555 560 556 .RepeatChar: 561 557 mov si, .szRepeat
Note:
See TracChangeset
for help on using the changeset viewer.