source: xtideuniversalbios/trunk/Assembly_Library/Src/LibSizeCheck.asm @ 139

Last change on this file since 139 was 139, checked in by aitotat, 13 years ago

Changes to Assembly Library:

  • Delay functions are now excluded from XTIDE Universal BIOS.
File size: 604 bytes
RevLine 
[41]1; Project name  :   Assembly Library
2; Description   :   Tests for Assembly Library.
3;                   Builds wanted library functions to check their size.
4
5; Include .inc files
[139]6%define EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
[85]7;%define INCLUDE_DISPLAY_LIBRARY
[73]8;%define INCLUDE_FILE_LIBRARY
9;%define INCLUDE_KEYBOARD_LIBRARY
[85]10%define INCLUDE_MENU_LIBRARY
[73]11;%define INCLUDE_MENU_DIALOGS
12;%define INCLUDE_STRING_LIBRARY
13;%define INCLUDE_TIME_LIBRARY
14;%define INCLUDE_UTIL_LIBRARY
[85]15
[41]16%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
17
18
19; Include library sources
20%include "AssemblyLibrary.asm"
Note: See TracBrowser for help on using the repository browser.