Changeset 106 in xtideuniversalbios for trunk/Assembly_Library/Src/Time/TimerTicks.asm


Ignore:
Timestamp:
Feb 17, 2011, 3:11:31 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some utility functions are now included only when including menu dialogs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Time/TimerTicks.asm

    r85 r106  
    1 ; File name     :   TimerTicks.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   24.7.2010
    4 ; Last update   :   22.11.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for system timer related operations.
    73
     
    2723;       CX
    2824;--------------------------------------------------------------------
     25%ifdef INCLUDE_MENU_DIALOGS
     26
    2927ALIGN JUMP_ALIGN
    3028TimerTicks_GetHoursToAXfromTicksInDXAX:
     
    4038    div     cx      ; Divide DX:AX by CX, Minutes to AX, remainder ticks to DX
    4139    ret
     40
     41%endif
    4242
    4343ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.