Changeset 186 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Nov 15, 2011, 10:35:17 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r172 r186 13 13 %include "DisplayCursor.asm" 14 14 %include "DisplayPage.asm" 15 %include "DisplayPrint.asm" 16 %include "DisplayFormat.asm" 15 %include "DisplayPrint.asm" ; must come before DisplayFormat/DisplayFormatCompressed 16 %ifdef MODULE_STRINGS_COMPRESSED 17 %include "DisplayFormatCompressed.asm" 18 %else 19 %include "DisplayFormat.asm" 20 %endif 17 21 %endif 18 22
Note:
See TracChangeset
for help on using the changeset viewer.