Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r369 r370 16 16 %include "DisplayCursor.asm" 17 17 %include "DisplayPage.asm" 18 %include "DisplayPrint.asm" ; must come before DisplayFormat/DisplayFormatCompressed 18 %include "DisplayPrint.asm" ; must come before DisplayFormat/DisplayFormatCompressed 19 19 %ifdef MODULE_STRINGS_COMPRESSED 20 20 %include "DisplayFormatCompressed.asm" 21 21 %else 22 %include "DisplayFormat.asm" 22 %include "DisplayFormat.asm" 23 23 %endif 24 24 %endif … … 34 34 %ifndef KEYBOARD_JUMP_ALIGN 35 35 %define KEYBOARD_JUMP_ALIGN 1 36 %endif 36 %endif 37 37 %include "Keyboard.asm" 38 38 %endif … … 41 41 %ifndef MENU_JUMP_ALIGN 42 42 %define MENU_JUMP_ALIGN 1 43 %endif 43 %endif 44 44 %include "CharOutLineSplitter.asm" 45 45 %include "Menu.asm" … … 72 72 %ifndef STRING_JUMP_ALIGN 73 73 %define STRING_JUMP_ALIGN 1 74 %endif 74 %endif 75 75 %include "Char.asm" 76 76 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS … … 82 82 %ifdef INCLUDE_SERIAL_LIBRARY 83 83 %include "Serial.inc" 84 %endif 84 %endif 85 85 %ifdef INCLUDE_SERIALSERVER_LIBRARY 86 86 %include "SerialServer.asm" 87 87 %include "SerialServerScan.asm" 88 88 %define INCLUDE_TIME_LIBRARY 89 %endif 89 %endif 90 90 91 91 %ifdef INCLUDE_TIME_LIBRARY 92 92 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 93 93 %include "Delay.asm" 94 %include "SystemTimer.asm" 94 %ifndef EXCLUDE_FROM_XTIDECFG 95 %include "SystemTimer.asm" 96 %endif 95 97 %endif 96 98 %include "TimerTicks.asm" … … 100 102 %ifndef UTIL_SIZE_JUMP_ALIGN 101 103 %define UTIL_SIZE_JUMP_ALIGN 1 102 %endif 104 %endif 103 105 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 104 106 %include "Bit.asm"
Note:
See TracChangeset
for help on using the changeset viewer.