Changeset 106 in xtideuniversalbios for trunk/Assembly_Library/Src/Time
- Timestamp:
- Feb 17, 2011, 3:11:31 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Time/TimerTicks.asm
r85 r106 1 ; File name : TimerTicks.asm2 1 ; Project name : Assembly Library 3 ; Created date : 24.7.20104 ; Last update : 22.11.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for system timer related operations. 7 3 … … 27 23 ; CX 28 24 ;-------------------------------------------------------------------- 25 %ifdef INCLUDE_MENU_DIALOGS 26 29 27 ALIGN JUMP_ALIGN 30 28 TimerTicks_GetHoursToAXfromTicksInDXAX: … … 40 38 div cx ; Divide DX:AX by CX, Minutes to AX, remainder ticks to DX 41 39 ret 40 41 %endif 42 42 43 43 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.