Changeset 54 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Oct 24, 2010, 11:01:17 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r52 r54 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.9.2010 4 ; Last update : 12.10.20104 ; Last update : 24.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Assembly Library main file. This is the only file that … … 48 48 %ifdef INCLUDE_MENU_DIALOGS 49 49 %include "Dialog.asm" 50 %include "DialogDrive.asm" 50 51 %include "DialogFile.asm" 51 52 %include "DialogMessage.asm" … … 73 74 %include "Bit.asm" 74 75 %include "Memory.asm" 76 %include "Registers.asm" 75 77 %include "Size.asm" 76 78 %include "Sort.asm"
Note:
See TracChangeset
for help on using the changeset viewer.