Changeset 256 in xtideuniversalbios for trunk/Assembly_Library
- Timestamp:
- Feb 19, 2012, 5:56:27 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/Assembly_Library
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/AssemblyLibrary.inc
r247 r256 16 16 %include "Math.inc" 17 17 %include "Registers.inc" 18 %include "SystemTimer.inc" 19 18 20 19 21 ; Library dependencies -
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r245 r256 71 71 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 72 72 %include "Delay.asm" 73 %include "SystemTimer.asm" 73 74 %endif 74 75 %include "TimerTicks.asm" -
trunk/Assembly_Library/makefile
r149 r256 19 19 20 20 # Assembly source code file (*.asm): 21 SRC_ASM = Src/LibraryTests.asm 21 #SRC_ASM = Src/LibraryTests.asm 22 SRC_ASM = Src/TimerTest.asm 22 23 #SRC_ASM = Src/LibSizeCheck.asm 23 24
Note:
See TracChangeset
for help on using the changeset viewer.