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

Last change on this file since 136 was 131, checked in by Tomi Tilli, 14 years ago

Changes to Assembly Library:

  • Some functions are now excluded from XTIDE Universal BIOS with EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS define.
File size: 561 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
[85]6;%define INCLUDE_DISPLAY_LIBRARY
[73]7;%define INCLUDE_FILE_LIBRARY
8;%define INCLUDE_KEYBOARD_LIBRARY
[85]9%define INCLUDE_MENU_LIBRARY
[73]10;%define INCLUDE_MENU_DIALOGS
11;%define INCLUDE_STRING_LIBRARY
12;%define INCLUDE_TIME_LIBRARY
13;%define INCLUDE_UTIL_LIBRARY
[85]14
[41]15%include "AssemblyLibrary.inc" ; Assembly Library. Must be included first!
16
17
18; Include library sources
19%include "AssemblyLibrary.asm"
Note: See TracBrowser for help on using the repository browser.