Changeset 54 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm


Ignore:
Timestamp:
Oct 24, 2010, 11:01:17 AM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Drive selection moved to own dialog from File Dialog.
File Dialog now displays loading text for better usability in slow systems.
Moved some functions from Memory.asm to new Registers.asm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/AssemblyLibrary.asm

    r52 r54  
    22; Project name  :   Assembly Library
    33; Created date  :   15.9.2010
    4 ; Last update   :   12.10.2010
     4; Last update   :   24.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Assembly Library main file. This is the only file that
     
    4848    %ifdef INCLUDE_MENU_DIALOGS
    4949        %include "Dialog.asm"
     50        %include "DialogDrive.asm"
    5051        %include "DialogFile.asm"
    5152        %include "DialogMessage.asm"
     
    7374    %include "Bit.asm"
    7475    %include "Memory.asm"
     76    %include "Registers.asm"
    7577    %include "Size.asm"
    7678    %include "Sort.asm"
Note: See TracChangeset for help on using the changeset viewer.