Changeset 73 in xtideuniversalbios for trunk/Assembly_Library/Src/LibSizeCheck.asm
- Timestamp:
- Dec 11, 2010, 12:47:34 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/LibSizeCheck.asm
r41 r73 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.9.2010 4 ; Last update : 1 5.9.20104 ; Last update : 11.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Tests for Assembly Library. … … 9 9 ; Include .inc files 10 10 %define INCLUDE_DISPLAY_LIBRARY 11 %define INCLUDE_FILE_LIBRARY12 %define INCLUDE_KEYBOARD_LIBRARY13 %define INCLUDE_MENU_LIBRARY14 %define INCLUDE_MENU_DIALOGS15 %define INCLUDE_STRING_LIBRARY16 %define INCLUDE_TIME_LIBRARY17 %define INCLUDE_UTIL_LIBRARY11 ;%define INCLUDE_FILE_LIBRARY 12 ;%define INCLUDE_KEYBOARD_LIBRARY 13 ;%define INCLUDE_MENU_LIBRARY 14 ;%define INCLUDE_MENU_DIALOGS 15 ;%define INCLUDE_STRING_LIBRARY 16 ;%define INCLUDE_TIME_LIBRARY 17 ;%define INCLUDE_UTIL_LIBRARY 18 18 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! 19 19
Note:
See TracChangeset
for help on using the changeset viewer.