Last change
on this file since 132 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
|
Line | |
---|
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
|
---|
6 | ;%define INCLUDE_DISPLAY_LIBRARY
|
---|
7 | ;%define INCLUDE_FILE_LIBRARY
|
---|
8 | ;%define INCLUDE_KEYBOARD_LIBRARY
|
---|
9 | %define INCLUDE_MENU_LIBRARY
|
---|
10 | ;%define INCLUDE_MENU_DIALOGS
|
---|
11 | ;%define INCLUDE_STRING_LIBRARY
|
---|
12 | ;%define INCLUDE_TIME_LIBRARY
|
---|
13 | ;%define INCLUDE_UTIL_LIBRARY
|
---|
14 |
|
---|
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.