Changeset 85 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Jan 25, 2011, 4:47:03 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r54 r85 1 ; File name : AssemblyLibrary.asm2 1 ; Project name : Assembly Library 3 ; Created date : 15.9.20104 ; Last update : 24.10.20105 ; Author : Tomi Tilli6 2 ; Description : Assembly Library main file. This is the only file that 7 3 ; needs to be included. … … 72 68 73 69 %ifdef INCLUDE_UTIL_LIBRARY 74 %include "Bit.asm" 70 %ifndef EXCLUDE_BIT_UTILS 71 %include "Bit.asm" 72 %endif 75 73 %include "Memory.asm" 76 74 %include "Registers.asm" 77 75 %include "Size.asm" 78 %include "Sort.asm" 76 %ifndef EXCLUDE_SORT_UTILS 77 %include "Sort.asm" 78 %endif 79 79 %endif
Note:
See TracChangeset
for help on using the changeset viewer.