Changeset 119 in xtideuniversalbios for trunk/Assembly_Library/Src


Ignore:
Timestamp:
Feb 28, 2011, 4:29:11 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Moved LOAD_BDA_SEGMENT_TO to Macros.inc.
File:
1 edited

Legend:

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

    r106 r119  
    6969    mov     [bx], ax                    ; Store timeout ticks
    7070    call    TimerTicks_ReadFromBdaToAX
    71     add     [bx], ax                    ; Add latest time to timeout ticks
     71    add     [bx], ax                    ; [bx] now contains end time for timeout
    7272    ret
    7373
Note: See TracChangeset for help on using the changeset viewer.