Last change
on this file since 57 was 41, checked in by Tomi Tilli, 14 years ago |
Initial commit for Assembly Library.
|
File size:
664 bytes
|
Rev | Line | |
---|
[41] | 1 | ; File name : LibSizeCheck.asm
|
---|
| 2 | ; Project name : Assembly Library
|
---|
| 3 | ; Created date : 15.9.2010
|
---|
| 4 | ; Last update : 15.9.2010
|
---|
| 5 | ; Author : Tomi Tilli
|
---|
| 6 | ; Description : Tests for Assembly Library.
|
---|
| 7 | ; Builds wanted library functions to check their size.
|
---|
| 8 |
|
---|
| 9 | ; Include .inc files
|
---|
| 10 | %define INCLUDE_DISPLAY_LIBRARY
|
---|
| 11 | %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 | %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first!
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 | ; Include library sources
|
---|
| 22 | %include "AssemblyLibrary.asm"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.