Changeset 139 in xtideuniversalbios
- Timestamp:
- Mar 14, 2011, 11:36:54 AM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/Assembly_Library/Src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r131 r139 65 65 66 66 %ifdef INCLUDE_TIME_LIBRARY 67 %include "Delay.asm" 67 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 68 %include "Delay.asm" 69 %endif 68 70 %include "TimerTicks.asm" 69 71 %endif -
trunk/Assembly_Library/Src/LibSizeCheck.asm
r131 r139 4 4 5 5 ; Include .inc files 6 %define EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 6 7 ;%define INCLUDE_DISPLAY_LIBRARY 7 8 ;%define INCLUDE_FILE_LIBRARY -
trunk/Assembly_Library/Src/Time/Delay.asm
r42 r139 1 ; File name : Delay.asm2 1 ; Project name : Assembly Library 3 ; Created date : 24.7.20104 ; Last update : 16.9.20105 ; Author : Tomi Tilli6 2 ; Description : Delay functions. 7 3
Note:
See TracChangeset
for help on using the changeset viewer.