Changeset 105 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Feb 17, 2011, 2:52:42 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • More optimizations to reduce size.
  • Removed some utility functions to reduce size.
Location:
trunk/Assembly_Library/Inc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/AssemblyLibrary.inc

    r104 r105  
    1414%include "Macros.inc"
    1515%include "Math.inc"
     16%include "Registers.inc"
    1617
    1718; Library dependencies
  • trunk/Assembly_Library/Inc/Menu.inc

    r62 r105  
    129129MENU_TEXT_ROW_OFFSET                EQU     1
    130130MENU_TEXT_COLUMN_OFFSET             EQU     2
    131 MENU_TIMEOUT_STRING_CHARACTERS      EQU     23
     131MENU_TIMEOUT_STRING_CHARACTERS      EQU     19
    132132MENU_TIMEOUT_SECONDS_FOR_HURRY      EQU     3
    133133
Note: See TracChangeset for help on using the changeset viewer.