Changeset 489 in xtideuniversalbios for trunk/Assembly_Library/Src/Time
- Timestamp:
- Dec 13, 2012, 7:32:09 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Time/TimerTicks.asm
r376 r489 57 57 %endif ; EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 58 58 59 %ifdef INCLUDE_MENU_LIBRARY 59 60 ALIGN JUMP_ALIGN 60 61 TimerTicks_GetSecondsToAXfromTicksInDX: … … 65 66 xchg dl, ah ; Seconds in AX, remainder in DX 66 67 ret 67 68 %endif 68 69 69 70 ;-------------------------------------------------------------------- … … 81 82 ; AX 82 83 ;-------------------------------------------------------------------- 84 %ifdef INCLUDE_MENU_LIBRARY 83 85 ALIGN JUMP_ALIGN 84 86 TimerTicks_InitializeTimeoutFromAX: … … 87 89 add [bx], ax ; [bx] now contains end time for timeout 88 90 ret 89 91 %endif 90 92 91 93 ;-------------------------------------------------------------------- … … 100 102 ; Nothing 101 103 ;-------------------------------------------------------------------- 104 %ifdef INCLUDE_MENU_LIBRARY 102 105 ALIGN JUMP_ALIGN 103 106 TimerTicks_GetTimeoutTicksLeftToAXfromDSBX: … … 109 112 pop dx 110 113 ret 111 114 %endif 112 115 113 116 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.